Click or drag to resize
FieldMapping Methods

The FieldMapping type exposes the following members.

Methods
  NameDescription
Public methodBeginEdit
Begins an edit on an object.
Public methodCancelEdit
Public methodDeserializeFromReader
Deserializes from reader.
Public methodEndEdit
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSerializeToWriter
Serializes the data in this class to the serializer passed in
Public methodSyncModelFieldWithTargetField
Syncs the model field's Type, MaxLength, Precision and Scale with the target field's values for these properties.
Public methodSyncTargetFieldWithModelField(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.
Public methodSyncTargetFieldWithModelField(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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidate
Validates this instance.
Public methodValidate(Action, String, GroupableModelElement)
Validates this instance
Top
See Also