MfResourceSingletonBase

Namespace ›› System ››
Parent Previous Next

MfResourceSingletonBase Class

(Inherits from MfSingletonBase)

Abstract Class

Warning

This is an internal class. Not for use by Developers.

Links

Properties, Methods

Constructors


Name

Description

Constructor()

Constructs a new instance of MfResourceSingletonBase class

Properties


Name

Description

Instance

Gets a Singleton instance of derived class. Inherited from MfSingletonBase

Methods


Name

Description

AddAttribute()

Adds MfAttribute extended items to extended classes. Inherited from MfObject.

CompareTo()

Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. Inherited from MfObject.

DestroyInstance()

Set current instance of singleton derived class to null. Overrides MfSingletonBase.DestroyInstance()

Equals(obj)

Compares obj to current instance to see if they are the same. Inherited from MfObject.

GetAttribute(index)

Gets an MfAttribute of the class. Inherited from MfObject.

GetAttributes()

Gets a MfGenericList of MfAttribute that Contains the attributes for the current class instance. Inherited from MfObject.

GetHashCode()

Gets A hash code for the current MfObject. Inherited from MfObject.

GetInstance()

Gets the instance of the Singleton. Overrides MfSingletonBase.GetInstance()

GetIndexOfAttribute(attrib)

Gets the zero-based index value of the position of MfAttribute within the instance of the class. Inherited from MfObject.

GetResourceString(key)

Gets a resource string from the current resource file for the given key.

GetResourceString(key, args*)

Gets a resource string from the current resource file for the given key and formats the resource string with the args*.

GetResourceStringBySection(Key, section)

Gets a resource string from the current resource file for the specified section and key.

GetResourceStringBySection(Key, section, args*)

Gets a resource string from the current resource file for the specified section and key.
The resource string is formated by the args*.

GetType()

Gets the Type for the for the Class .Inherited from MfObject.

HasAttribute(attrib)

Gets if the current instance of class derived from MfSystemException has MfAttribute. Inherited from MfObject.

Is(type)

Gets if current instance of object is of the same type. Inherited from MfObject. Inherited from MfObject.

IsInstance()

Get if the current class is an instance. Inherited from MfObject.

MemberwiseClone()

Creates a shallow copy of the current MfObject instance. Inherited from MfObject.

ToString()

Gets a string representation of the MfObject. Inherited from MfObject.

VerifyIsInstance([ClassName, LineFile, LineNumber, Source])

Verifies the the current object is set to an instance. Inherited from MfObject.

VerifyIsNotInstance([MethodName, LineFile, LineNumber, Source])

Verifies the the current object is NOT set to an instance. Used in Static methods. Inherited from MfObject.