Click or drag to resize
SelfServicingSpecificCreator Class
Class which creates elements specifically for selfservicing, like EntityField objects, predicates for selfservicing etc. It assumes fields for predicates already have an object alias set.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.LinqSupportClassesSelfServicingSpecificCreator

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public class SelfServicingSpecificCreator : ITemplateGroupSpecificCreator

The SelfServicingSpecificCreator type exposes the following members.

Constructors
  NameDescription
Public methodSelfServicingSpecificCreator
Initializes a new instance of the SelfServicingSpecificCreator class
Top
Methods
  NameDescription
Public methodCreateDerivedTableReferencingField(String, SetAlias, Type)
Creates a new derived table referencing field, of type EntityField(2).
Public methodCreateDerivedTableReferencingField(String, String, Type)
Creates a new derived table referencing field, of type EntityField(2).
Public methodCreateExpressionField
Creates a new EntityField(2) object which contains the expression passed in. The name is artificial.
Public methodCreateFieldCompareExpressionPredicate
Creates a new FieldCompareExpressionPredicate
Public methodCreateFieldCompareNullPredicate
Creates a new FieldCompareNullPredicate.
Public methodCreateFieldCompareRangePredicate
Creates a new FieldCompareRangePredicate instance.
Public methodCreateFieldCompareSetPredicate
Creates a new FieldCompareSetPredicate instance
Public methodCreateFieldCompareValuePredicate
Creates a new FieldCompareValuePredicate.
Public methodCreateFieldLikePredicate
Creates a new FieldLikePredicate instance
Public methodCreateNewArtificialFieldName
Creates a new artificial field name
Public methodCreatePrefetchPathObject
Creates a new prefetch path object for the entity type specified.
Public methodCreateSortClause
Creates a new SortClause 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.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
Selfservicing specific
See Also