MappingDataStore Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.Mapping
The MappingDataStore type exposes the following members.
Name | Description | |
---|---|---|
MappingDataStore |
Initializes a new instance of the MappingDataStore class.
|
Name | Description | |
---|---|---|
MappingDataPerDriverID |
Gets the mapping data per driver ID.
|
Name | Description | |
---|---|---|
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.) | |
GetAllEntitiesWithTheirMappingsForDatabase |
Gets all entities with their mappings for database.
| |
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
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
GroupableModelElementMappingAdded |
Raised when a GroupableModelElement mapping was added to the Mappings store in a DatabaseMappingData store in this MappingDataStore. The DriverID of the
enclosed GroupableModelElementMapping can be used to track back to the DatabaseMappingData store where the mapping is located.
| |
GroupableModelElementMappingChanged |
Raised when a GroupableModelElement mapping in a DatabaseMappingData store in this MappingDataStore was changed. The DriverID of the
enclosed GroupableModelElementMapping can be used to track back to the DatabaseMappingData store where the mapping is located.
| |
GroupableModelElementMappingRemoved |
Raised when a GroupableModelElement mapping was removed from the Mappings store in a DatabaseMappingData store in this MappingDataStore. The DriverID of the
enclosed GroupableModelElementMapping can be used to track back to the DatabaseMappingData store where the mapping is located.
| |
MappingDataChanged |
Event which is raised when the MappingDataStore was changed.
|