Class GetItemsCanvasWithLabel
Inheritance
GetItemsCanvasWithLabel
Assembly: LemonEdge.Database.Connector.dll
Syntax
public class GetItemsCanvasWithLabel : BaseGetItems
Constructors
GetItemsCanvasWithLabel(EntityDescriptor, IQueryBuilderFactory, IEntityDescriptorFactory)
Declaration
public GetItemsCanvasWithLabel(EntityDescriptor descriptor, IQueryBuilderFactory builderFactory, IEntityDescriptorFactory entityDescriptorFactory)
Parameters
Properties
IncludeAsOf
Declaration
protected override bool IncludeAsOf { get; }
Property Value
Overrides
IncludeCanvases
Declaration
protected override bool IncludeCanvases { get; }
Property Value
Overrides
UseRealLabels
Declaration
protected override bool UseRealLabels { get; }
Property Value
Overrides
Methods
CreateForOtherDescriptor(EntityDescriptor)
Declaration
public override BaseFunctionDescriptor CreateForOtherDescriptor(EntityDescriptor other)
Parameters
Returns
Overrides
GetDependantFunctionTypes()
Declaration
public override IEnumerable<Type> GetDependantFunctionTypes()
Returns
Overrides
GetFunctionName(EntityDescriptor)
Declaration
public static string GetFunctionName(EntityDescriptor descriptor)
Parameters
Returns
GetFunctionName(string, string, string)
Declaration
public override string GetFunctionName(string itemName, string setName, string replicatedFromItemName)
Parameters
Returns
Overrides
GetFunctionParamHelper()
Declaration
protected override BaseGetItemsParamHelper GetFunctionParamHelper()
Returns
Overrides
Extension Methods