EntityCore<TFields>.EntityStaticMetaDataBase Class |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The EntityCore<TFields> .EntityStaticMetaDataBase generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | EntityCore<TFields>.EntityStaticMetaDataBase | Initializes a new instance of the EntityCore<TFields> .EntityStaticMetaDataBase class |
Name | Description | |
---|---|---|
![]() | AddNavigatorMetaData<TContaining, TCollection>(String, Func<TContaining, IEntityCollectionCore>, Action<TContaining, TCollection>, Func<TContaining, IEntityCollectionCore>, Func<IEntityRelation>, Type, Int32) |
Adds the meta-data for a multi-instance navigator to this meta-data container. This navigator is mapped onto a 1:n relationship. For m:n navigators, use the other overload.
|
![]() | AddNavigatorMetaData<TContaining, TCollection>(String, Func<TContaining, IEntityCollectionCore>, Action<TContaining, TCollection>, Func<TContaining, IEntityCollectionCore>, Func<IEntityRelation>, Func<IEntityRelation>, String, String, Type, Int32) |
Adds the meta-data for a multi-instance navigator to this meta-data container. This navigator is mapped onto a 1:n relationship. For m:n navigators, use the other overload.
|
![]() | AddNavigatorMetaData<TContaining, TRelated>(String, String, Action<TContaining, TRelated>, Func<TContaining, TRelated>, Action<TContaining, TRelated>, IEntityRelation, Func<IEntityRelation>,String[],Int32[], Func<TContaining, PropertyChangedEventHandler>, Boolean, Int32) |
Adds the meta-data for a single instance navigator to this meta-data container
|
![]() | 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.) |
![]() | GetAllRelations |
Creates for all m:1, 1:1 and 1:n navigator the relationship object and adds it to a list and returns that list.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetPrefetchPathElement(String, IEntityCollection) |
Creates a prefetch path element for the navigator specified. The collection specified is the collection created for this element which will contain the data fetched for this node.
|
![]() | GetPrefetchPathElement(String, IEntityCollection2) |
Creates a prefetch path element for the navigator specified. The collection specified is the collection created for this element which will contain the data fetched for this node.
|
![]() | GetRelationsForNavigator |
Returns a new Relationcollection with all the relations for the navigator specified
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetEntityCoreInfo |
Sets the core info for this entity, which is used in query generation and other activity.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |