Click or drag to resize

GroupableModelElementMapping Properties

The GroupableModelElementMapping type exposes the following members.

Properties
  NameDescription
Public propertyActionCombination
Gets or sets the action combination for the entity mapped onto this target
Public propertyDriverID
Gets the driver ID of the database the mapping is for.
Public propertyError
Gets an error message indicating what is wrong with this object. The default is an empty string ("")
Public propertyFieldMappings
Gets the entity field mappings.
Public propertyIsAutoCreated
Gets or sets a value indicating whether this instance is auto created by code or manually by the user. If true, code controls the existence of this mapping object, e.g. because it's contained inside another mapping (return element mapping of TVF call) Default is false.
Public propertyIsValid
Gets a value indicating whether this instance is valid.
Public propertyItem
Gets the String with the specified column name.
Protected propertyLoggedErrors
Gets the logged errors.
Public propertyMappedElement
Gets the groupable model element mapped by this mapping.
Public propertyMappedTarget
Gets /sets the mapped targets.
Public propertyTypeOfMapping
Gets the type of mapping.
Public propertyUsableTargetTypes
Gets the list of usable target types. This list can be used to filter out targets which aren't a valuable target for this mapping.
Top
See Also