Click or drag to resize

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.5.0.0 (5.5.18.1019)
Syntax
public interface IElementCreatorCore

The IElementCreatorCore type exposes the following members.

Methods
  NameDescription
Public methodCreateDynamicRelation(DerivedTableDefinition)
Creates a new dynamic relation instance
Public methodCreateDynamicRelation(DerivedTableDefinition, JoinHint, DerivedTableDefinition, IPredicate)
Creates a new dynamic relation instance
Public methodCreateDynamicRelation(DerivedTableDefinition, JoinHint, String, String, IPredicate)
Creates a new dynamic relation instance
Public methodCreateDynamicRelation(IEntityFieldCore, JoinHint, DerivedTableDefinition, String, IPredicate)
Creates a new dynamic relation instance
Public methodCreateDynamicRelation(String, JoinHint, String, String, String, IPredicate)
Creates a new dynamic relation instance
Public methodCreateDynamicRelation(IEntityFieldCore, JoinHint, String, String, String, IPredicate)
Creates a new dynamic relation instance
Public methodGetFactory(Int32)
Gets the factory of the Entity type with the EntityType value passed in
Public methodGetFactory(Type)
Gets the factory of the Entity type with the .NET type passed in
Public methodGetTypedViewFields
Gets the typed view fields of the typedview with the typedviewenum type value specified.
Public methodObtainInheritanceInfoProviderInstance
Obtains the inheritance info provider instance from the singleton
Top
See Also