IElementCreatorCore Interface |
Interface implemented by both IElementCreator(2) interfaces
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public interface IElementCreatorCore
Public Interface IElementCreatorCore
The IElementCreatorCore type exposes the following members.
Methods
| 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
|
| GetFactory(Int32) |
Gets the factory of the Entity type with the EntityType value passed in
|
| GetFactory(Type) |
Gets the factory of the Entity type with the .NET type passed in
|
| GetTypedViewFields |
Gets the typed view fields of the typedview with the typedviewenum type value specified.
|
| ObtainInheritanceInfoProviderInstance |
Obtains the inheritance info provider instance from the singleton
|
TopSee Also