Class GLRollupHeadersController
Inheritance
GLRollupHeadersController
Inherited Members
Namespace: LemonEdge.Client.Core.Views.Controllers
Assembly: LemonEdge.ClientEntities.dll
Syntax
public class GLRollupHeadersController : BaseTreeViewRelatedController<IGLRollup, IGLRollupHeader>, ICollectionExportable, ISearchController, IModelViewController
Constructors
GLRollupHeadersController(IBaseTreeView<IGLRollupHeader>)
Declaration
public GLRollupHeadersController(IBaseTreeView<IGLRollupHeader> view)
Parameters
Type | Name | Description |
---|---|---|
IBaseTreeView<IGLRollupHeader> | view |
Properties
ContextHelpURL
An optional associated url of a help file for the view this controller works with
Declaration
public override string ContextHelpURL { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
GetParentIDPropertyName
Returns the property on the entity type IGLRollupHeader that holds the relationship to the parent instance of type IGLRollupHeader too
Declaration
protected override string GetParentIDPropertyName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
LemonEdge.Client.Core.Views.Core.BaseTreeViewAnyController<LemonEdge.API.Entities.FinancialServices.Accounting.IGLRollupHeader>.GetParentIDPropertyName
GetRelationPropName
The name of the property on the entity type IGLRollupHeader that holds the value to the instance of the parent item of type IGLRollup in this tree view
Declaration
protected override string GetRelationPropName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
LemonEdge.Client.Core.Views.Core.BaseTreeViewRelatedController<LemonEdge.API.Entities.FinancialServices.Accounting.IGLRollup, LemonEdge.API.Entities.FinancialServices.Accounting.IGLRollupHeader>.GetRelationPropName
GetTreeNodeLabelPropertyName
Returns the property on the entity type IGLRollupHeader that holds the string that should be shown as the label on the tree node for every item in the tree view control itself
Declaration
public override string GetTreeNodeLabelPropertyName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
LemonEdge.Client.Core.Views.Core.BaseTreeViewAnyController<LemonEdge.API.Entities.FinancialServices.Accounting.IGLRollupHeader>.GetTreeNodeLabelPropertyName