Class KanbanData
Kanban board data instance
Inheritance
System.Object
KanbanData
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 KanbanData
Properties
| Improve this Doc View Source_InternalChangeId
Declaration
public long _InternalChangeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
BlobGuid
Gets or sets the blob guid
Declaration
public Guid? BlobGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Color
Gets or sets the color of the data object
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Content
Gets or sets the content (text)
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreateDateTime
Gets or sets the create date time
Declaration
public DateTime CreateDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
CreateUserId
Gets or sets the create user id
Declaration
public int CreateUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DataJson
Gets or sets the payload json
Declaration
public byte[] DataJson { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
FileExtension
Gets or sets the file extension
Declaration
public string FileExtension { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
InstanceDataId
Gets or sets the instance data id
Declaration
public Guid InstanceDataId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsDeleted
Gets or sets whether the item is deleted
Declaration
public bool IsDeleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ItemComment
Gets or sets the tile comment
Declaration
public string ItemComment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
KanbanId
Gets or sets the kanban board id
Declaration
public Guid KanbanId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
OldIndex
Gets or sets the old index
Declaration
public int OldIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
OldPipelineId
Gets or sets the old pipeline name
Declaration
public Guid OldPipelineId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
OrderId
Gets or sets the data index within the pipeline
Declaration
public int OrderId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PipelineId
Gets or sets the pipeline id
Declaration
public Guid PipelineId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
StackId
Gets or sets the stack id
Declaration
public Guid StackId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Title
Gets or sets the tile title
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UpdateDateTime
Gets or sets the last update date time
Declaration
public DateTime UpdateDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
UpdateUserId
Gets or sets the last update user id
Declaration
public int UpdateUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceDeepCopy(Boolean)
Declaration
public KanbanData DeepCopy(bool newId)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | newId |
Returns
Type | Description |
---|---|
KanbanData |