Class ViewCommandExtender<T>
Inheritance
ViewCommandExtender<T>
Implements
Inherited Members
Namespace: LemonEdge.Client.Core.Commands.ViewCommands
Assembly: LemonEdge.ClientCore.dll
Syntax
public abstract class ViewCommandExtender<T> : ViewCommand, IHasChildren<EPCommandWithDescriptor>, IHasChildren, IDisposable, IEPCommandWithDescriptor, IEPCommand, ICommand, ICommandDescriptor where T : IModelViewController
Type Parameters
Name | Description |
---|---|
T |
Constructors
ViewCommandExtender(IRootController, T)
Declaration
protected ViewCommandExtender(IRootController root, T controller)
Parameters
Type | Name | Description |
---|---|---|
IRootController | root | |
T | controller |
Fields
Controller
Declaration
protected readonly T Controller
Field Value
Type | Description |
---|---|
T |