Class KanbanDataLog
Inheritance
System.Object
KanbanDataLog
Inherited Members
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 KanbanDataLog
Properties
| Improve this Doc View SourceGuid
Gets or sets the unique id
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
InstanceDataGuid
Gets or sets the unique id of the assigned instance data
Declaration
public Guid InstanceDataGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
InstanceDataKey
Gets or sets the key value of the assigned instance data
Declaration
public string InstanceDataKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
KanbanId
Gets or sets the kanban id
Declaration
public Guid KanbanId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
NewIndex
Gets or sets the new sort index
Declaration
public int? NewIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
NewPipelineId
Gets or sets the new pipeline
Declaration
public Guid? NewPipelineId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
OldIndex
Gets or sets the old sort index
Declaration
public int? OldIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
OldPipelineId
Gets or sets the old pipeline
Declaration
public Guid? OldPipelineId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
UpdateDate
Gets or sets the update time
Declaration
public DateTime UpdateDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
UpdateUserId
Gets or sets the update user id
Declaration
public int UpdateUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UpdateUserName
Gets or sets the update user name
Declaration
public string UpdateUserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |