(Inherits from MfValueType)
Abstract Class.
Provides implementation for derived MfPrimitive classes such as MfBool, MfByte, MfInt64, MfInteger, MfString, MfChar and MfFloat This class in intended as a base class only an is not to be used on it own.
Name |
Description |
|
Constructor for Abstract MfPrimitive Class |
Name |
Description |
|
Gets the if the derived class will allow the underlying value to be altered after the constructor has been called. |
||
Gets or sets the if the derived class will return objects as their return value for various functions |
||
Gets or sets the value associated with the derived class. |
Name |
Description |
|
Adds MfAttribute extended items to extended classes. Inherited from MfObject. |
||
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. |
||
Compares obj to current instance to see if they are the same. Inherited from MfObject. |
||
Gets an MfAttribute of the class. Inherited from MfObject. |
||
Gets a MfGenericList of MfAttribute that Contains the attributes for the current class instance. Inherited from MfObject. |
||
Gets A hash code for the current MfObject. Inherited from MfObject. |
||
Gets the zero-based index value of the position of MfAttribute within the instance of the class. Inherited from MfObject. |
||
Gets the Type for the for the Class .Inherited from MfObject. |
||
Gets the the value of the derived type or value of var containing value. |
||
Gets if the current instance of class derived from MfSystemException has MfAttribute. Inherited from MfObject. |
||
Gets if current instance of object is of the same type. Inherited from MfObject. Inherited from MfObject. |
||
Get if the current class is an instance. Inherited from MfObject. |
||
Creates a shallow copy of the current MfObject instance. Inherited from MfObject. |
||
Gets a string representation of the Value of the object. Overrides MfObject.ToString() |
||
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. |
|
Check to see if current derived instance is readonly and throws an error if an attempt is made to change a value of a readonly instance. |