The EntityMappingStore type exposes the following members.

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 methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetIdentifierPrefix
Gets the prefix string for the generated URI identifiers for the instances of an entity type
Public methodStatic memberGetIdentityInfo
Gets the entity identifier information
Public methodGetIdentityProperty
Returns the property that is mapped as the Identity property for the specified entity type
Public methodStatic memberGetImplType
Returns the entity implementation type for a specific entity interface type
Public methodGetImplTypeForUri
Returns the entity implementation type for a given uri
Public methodStatic memberGetMappedInterfaceTypeUri
Retrieves the schema type URI that is mapped to the specified entity implementation type
Public methodGetPropertyHint
Gets the mapping hint for a .NET property
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsKnownInterface
Returns true if the type is an entity interface type
Public methodStatic memberIsMappedImplementation
Returns true if the type is the generated implementation type for an entity interface
Public methodStatic memberMapTypeToUris
Returns the collection of schema type URIs that a given entity implementation type can be mapped to
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetIdentityInfo
Sets the identity mapping information for a .NET type
Public methodSetImplMapping<(Of <<'(I, T>)>>)
Adds a mapping between an entity definition interface and its implementation class
Public methodSetPropertyHint
Sets the mapping hint for a .NET property
Public methodSetTypeMapping(Type, String)
Sets the URI identifier for the RDF schema type that is mapped to an entity type
Public methodSetTypeMapping<(Of <<'(T>)>>)(String)
Sets the URI identifier for the RDF schema type that is mapped to an entity type
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

See Also