Class BlendTransaction
Inheritance
BlendTransaction
Implements
Inherited Members
Namespace: LemonEdge.Client.Core.Views.DefaultLayouts
Assembly: LemonEdge.ClientEntities.dll
Syntax
[DefaultLayout]
public class BlendTransaction : TopSingleViewWithBottomCollectionLayoutGenerator<IBlendTransaction, IBlendTransactionInstrumentSet>, ILayoutGenerator
Constructors
BlendTransaction(IRootController)
Declaration
public BlendTransaction(IRootController rootController)
Parameters
Type | Name | Description |
---|---|---|
IRootController | rootController |
Methods
GenerateAdditionalTabsForLayout(LayoutDescriptor)
Provides any inheriting implementation the option to generate additional tabs for the layout before it is returned
Declaration
protected override Task GenerateAdditionalTabsForLayout(LayoutDescriptor rootDescriptor)
Parameters
Type | Name | Description |
---|---|---|
LayoutDescriptor | rootDescriptor | The top level descriptor to add additional tabs to |
Returns
Type | Description |
---|---|
Task | A task indicating the completion of the operation |
Overrides
LemonEdge.Client.Core.Views.DefaultLayouts.Core.TopSingleWithBottomViewLayoutGenerator<LemonEdge.API.Entities.FinancialServices.Transactions.IBlendTransaction>.GenerateAdditionalTabsForLayout(LemonEdge.Client.Core.Views.DefaultLayouts.LayoutDescriptor)