Class VersionableCommandContext
Represents the context in which an IVersionableCommand is executing.
Inheritance
System.Object
VersionableCommandContext
Namespace: Algenta.Colectica.ViewModel.Commands
Assembly: Algenta.Colectica.ViewModel.dll
Syntax
public class VersionableCommandContext : object
Constructors
VersionableCommandContext()
Initializes a new instance of the VersionableCommandContext class.
Declaration
public VersionableCommandContext()
Properties
Item
Gets or sets the item on which the command is executing.
Declaration
public IVersionable Item { get; set; }
Property Value
| Type | Description |
|---|---|
| IVersionable |
Node
Gets or sets the navigation node on which the command is executing.
Declaration
public Node Node { get; set; }
Property Value
| Type | Description |
|---|---|
| Node |
Tags
Gets a list of any tags that are applied to the item on which the command is executing.
Declaration
public List<string> Tags { get; protected set; }
Property Value
| Type | Description |
|---|---|
| List<System.String> |