Click or drag to resize
MappingDataStore Class
Container class for all mappings in the project.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCore.MappingMappingDataStore

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Mapping
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public class MappingDataStore : ISerializableToXml

The MappingDataStore type exposes the following members.

Constructors
  NameDescription
Public methodMappingDataStore
Initializes a new instance of the MappingDataStore class.
Top
Properties
  NameDescription
Public propertyMappingDataPerDriverID
Gets the mapping data per driver ID.
Top
Methods
  NameDescription
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 methodGetAllEntitiesWithTheirMappingsForDatabase
Gets all entities with their mappings for database.
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventGroupableModelElementMappingAdded
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.
Public eventGroupableModelElementMappingChanged
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.
Public eventGroupableModelElementMappingRemoved
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.
Public eventMappingDataChanged
Event which is raised when the MappingDataStore was changed.
Top
See Also