Class Documents
Inheritance
Documents
Implements
Inherited Members
Namespace: LemonEdge.Client.Core.Views.DefaultLayouts
Assembly: LemonEdge.ClientEntities.dll
Syntax
[DefaultLayout]
public class Documents : LeftCollectionWithRightCollectionLayoutGenerator<IDocument, IDocumentOwner>, ILayoutGenerator
Constructors
Documents(IRootController)
Declaration
public Documents(IRootController rootController)
Parameters
Type | Name | Description |
---|---|---|
IRootController | rootController |
Properties
LeftCollectionRatioOf100
Indicates the percentage of the horizontal available screen space the left collection grid should take up.
The default is 50
Declaration
protected override int LeftCollectionRatioOf100 { get; }
Property Value
Type | Description |
---|---|
int |
Overrides
LemonEdge.Client.Core.Views.DefaultLayouts.Core.LeftCollectionWithRightViewLayoutGenerator<LemonEdge.API.Entities.Workflow.IDocument>.LeftCollectionRatioOf100
Methods
GetLeftView()
Declaration
protected override ViewDescriptorInstance GetLeftView()
Returns
Type | Description |
---|---|
ViewDescriptorInstance |
Overrides
LemonEdge.Client.Core.Views.DefaultLayouts.Core.LeftCollectionWithRightViewLayoutGenerator<LemonEdge.API.Entities.Workflow.IDocument>.GetLeftView()