Click or drag to resize
ElementCreatorBase Class
Base class for elementcreator/elementcreator2 which are in the generated code.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ORMSupportClassesElementCreatorBase

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public abstract class ElementCreatorBase : IElementCreatorCore

The ElementCreatorBase type exposes the following members.

Constructors
  NameDescription
Protected methodElementCreatorBase
Initializes a new instance of the ElementCreatorBase class
Top
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 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.)
Protected methodGetFactoryImpl(Int32)
Implementation of the routine which gets the factory of the Entity type with the EntityType value passed in
Protected methodGetFactoryImpl(Type)
Implementation of the routine which gets the factory of the Entity type with the .NET type passed in
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetTypedViewFields
Gets the typed view fields of the typedview with the typedviewenum type value specified.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodObtainInheritanceInfoProviderInstance
Obtains the inheritance info provider instance from the singleton
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIElementCreatorCoreGetFactory(Int32)
Gets the factory of the Entity type with the EntityType value passed in
Explicit interface implementationPrivate methodIElementCreatorCoreGetFactory(Type)
Gets the factory of the Entity type with the .NET type passed in
Top
See Also