Class KanbanItemMovedEventArgs
Contains all move information for a kanban item
Inheritance
System.Object
System.EventArgs
KanbanItemMovedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Kanban
Assembly: Simplic.Kanban.dll
Syntax
public class KanbanItemMovedEventArgs : EventArgs
Constructors
| Improve this Doc View SourceKanbanItemMovedEventArgs()
Constructor
Declaration
public KanbanItemMovedEventArgs()
Properties
| Improve this Doc View SourceDataInstanceId
Gets or sets data unique id
Declaration
public Guid DataInstanceId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
KanbanId
Gets or sets the board id
Declaration
public Guid KanbanId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
KanbanName
Gets name of the kanban board
Declaration
public string KanbanName { get; }
Property Value
Type | Description |
---|---|
System.String |
NewOrderId
Gets or sets new order id
Declaration
public int NewOrderId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NewPipelineId
Gets or sets the new pipeline id
Declaration
public Guid NewPipelineId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
NewPipelineName
Gets new pipeline name
Declaration
public string NewPipelineName { get; }
Property Value
Type | Description |
---|---|
System.String |
OldOrderId
Gets or sets old order id
Declaration
public int OldOrderId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
OldPipelineId
Gets or sets the old pipeline id
Declaration
public Guid OldPipelineId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
OldPipelineName
Gets old pipline name
Declaration
public string OldPipelineName { get; }
Property Value
Type | Description |
---|---|
System.String |