ElementCreatorBase Class |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The ElementCreatorBase type exposes the following members.
Name | Description | |
---|---|---|
ElementCreatorBase | Initializes a new instance of the ElementCreatorBase class |
Name | Description | |
---|---|---|
CreateDynamicRelation(DerivedTableDefinition) |
Creates a new dynamic relation instance
| |
CreateDynamicRelation(DerivedTableDefinition, JoinHint, DerivedTableDefinition, IPredicate) |
Creates a new dynamic relation instance
| |
CreateDynamicRelation(DerivedTableDefinition, JoinHint, String, String, IPredicate) |
Creates a new dynamic relation instance
| |
CreateDynamicRelation(IEntityFieldCore, JoinHint, DerivedTableDefinition, String, IPredicate) |
Creates a new dynamic relation instance
| |
CreateDynamicRelation(String, JoinHint, String, String, String, IPredicate) |
Creates a new dynamic relation instance
| |
CreateDynamicRelation(IEntityFieldCore, JoinHint, String, String, String, IPredicate) |
Creates a new dynamic relation instance
| |
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.) | |
GetFactoryImpl(Int32) | Implementation of the routine which gets the factory of the Entity type with the EntityType value passed in | |
GetFactoryImpl(Type) | Implementation of the routine which gets the factory of the Entity type with the .NET type passed in | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetTypedViewFields |
Gets the typed view fields of the typedview with the typedviewenum type value specified.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ObtainInheritanceInfoProviderInstance |
Obtains the inheritance info provider instance from the singleton
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
IElementCreatorCoreGetFactory(Int32) |
Gets the factory of the Entity type with the EntityType value passed in
| |
IElementCreatorCoreGetFactory(Type) |
Gets the factory of the Entity type with the .NET type passed in
|