[]
Represents the MaskFieldInfo class used to define base input fields for the GcMaskCellType.
public abstract class MaskFieldInfo : FieldInfo, INamedObject, ISerializable, ISerializeSupport, INotifyPropertyChanged
Public MustInherit Class MaskFieldInfo
Inherits FieldInfo
Implements INamedObject, ISerializable, ISerializeSupport, INotifyPropertyChanged
This 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 |