[]
        
Represents the MaskFieldInfo class used to define base input fields for the GcMaskCellType.
public abstract class MaskFieldInfo : FieldInfo, INamedObject, ISerializable, ISerializeSupport, INotifyPropertyChangedPublic MustInherit Class MaskFieldInfo
    Inherits FieldInfo
    Implements INamedObject, ISerializable, ISerializeSupport, INotifyPropertyChangedThis class represents the base class for field types that can be accepted by the GcMaskCellType.
| Name | Description | 
|---|---|
| MaskFieldInfo() | Initializes a new instance of this class. | 
| MaskFieldInfo(SerializationInfo, StreamingContext) | Initializes a new instance of this class. | 
| Name | Description | 
|---|---|
| Deserialize(XmlNodeReader) | Loads the object from XML. | 
| GetObjectData(SerializationInfo, StreamingContext) | Gets the object data. | 
| Serialize(XmlTextWriter) | Saves the object to XML. | 
| Name | Description | 
|---|---|
| PropertyChanged | Event is raised when a property is changed |