Show / Hide Table of Contents

Class VersionableCommandContext

Represents the context in which an IVersionableCommand is executing.

Inheritance
object
VersionableCommandContext
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.ViewModel.Commands
Assembly: Algenta.Colectica.ViewModel.dll
Syntax
public class VersionableCommandContext

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<string>
In this article
Back to top Generated by DocFX