ImportableMappingData Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.Extensibility.DataImport
The ImportableMappingData type exposes the following members.
Name | Description | |
---|---|---|
ImportableMappingData |
Initializes a new instance of the ImportableMappingData class.
|
Name | Description | |
---|---|---|
DriverID |
Gets or sets the driver ID for which this data is valid.
| |
EntityMappings |
Gets or sets the entity mappings.
| |
SPCallMappings |
Gets or sets the SP call mappings.
| |
TvfCallMappings |
Gets or sets the TVF call mappings.
| |
TypedViewMappings |
Gets or sets the typed view mappings.
|
Name | Description | |
---|---|---|
Add(ImportableGroupableModelElementMappingImportableEntity) |
Adds the specified mapping.
| |
Add(ImportableGroupableModelElementMappingImportableSPCall) |
Adds the specified mapping.
| |
Add(ImportableGroupableModelElementMappingImportableTvfCall) |
Adds the specified mapping.
| |
Add(ImportableGroupableModelElementMappingImportableTypedView) |
Adds the specified mapping.
| |
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.) | |
IsEmpty |
Determines whether this instance is empty.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |