FieldMapping Methods |
The FieldMapping type exposes the following members.
Name | Description | |
---|---|---|
![]() | BeginEdit |
Begins an edit on an object.
|
![]() | CancelEdit |
Discards changes since the last BeginEdit call.
|
![]() | DeserializeFromReader |
Deserializes from reader.
|
![]() | EndEdit | |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SerializeToWriter |
Serializes the data in this class to the serializer passed in
|
![]() | SyncModelFieldWithTargetField |
Syncs the model field's Type, MaxLength, Precision and Scale with the target field's values for these properties.
|
![]() | SyncTargetFieldWithModelField(DBDriverBase) |
Syncs the target field's db Type, MaxLength, Precision and Scale with the model field's values for these properties, if possible, or
leaves it as-is if no db type was found.
|
![]() | SyncTargetFieldWithModelField(DBDriverBase, Boolean) |
Syncs the target field's db Type, MaxLength, Precision and Scale with the model field's values for these properties, if possible, or
leaves it as-is if no db type was found.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Validate |
Validates this instance.
|
![]() | Validate(Action, String, GroupableModelElement) |
Validates this instance
|