The EntityMappingStore type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (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 a hash function for a particular type. (Inherited from Object.) |
![]() ![]() | GetIdentifierPrefix |
Gets the prefix string for the generated URI identifiers for the instances of an entity type
|
![]() ![]() | GetIdentityInfo |
Gets the entity identifier information
|
![]() | GetIdentityProperty |
Returns the property that is mapped as the Identity property for the specified entity type
|
![]() ![]() | GetImplType |
Returns the entity implementation type for a specific entity interface type
|
![]() | GetImplTypeForUri |
Returns the entity implementation type for a given uri
|
![]() ![]() | GetMappedInterfaceTypeUri |
Retrieves the schema type URI that is mapped to the specified entity implementation type
|
![]() | GetPropertyHint |
Gets the mapping hint for a .NET property
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | IsKnownInterface |
Returns true if the type is an entity interface type
|
![]() ![]() | IsMappedImplementation |
Returns true if the type is the generated implementation type for an entity interface
|
![]() ![]() | MapTypeToUris |
Returns the collection of schema type URIs that a given entity implementation type can be mapped to
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetIdentityInfo |
Sets the identity mapping information for a .NET type
|
![]() | SetImplMapping<(Of <<'(I, T>)>>) |
Adds a mapping between an entity definition interface and its implementation class
|
![]() | SetPropertyHint |
Sets the mapping hint for a .NET property
|
![]() | SetTypeMapping(Type, String) |
Sets the URI identifier for the RDF schema type that is mapped to an entity type
|
![]() | SetTypeMapping<(Of <<'(T>)>>)(String) |
Sets the URI identifier for the RDF schema type that is mapped to an entity type
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | Instance |
Returns the singleton instance of this class that tracks all entity mapping
information for the current application domain.
|