Class KanbanConfiguration
Kanban board configuration
Inheritance
System.Object
KanbanConfiguration
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 KanbanConfiguration
Properties
| Improve this Doc View SourceConfiguration
gets or sets the configuration and json
Declaration
public byte[] Configuration { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
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 |
DateFieldName
Gets or sets the name of the date field
Declaration
public string DateFieldName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DateFormatListName
Gets or sets the name of the format list for the period
Declaration
public string DateFormatListName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DisplayName
Gets or sets the display name
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EnableEdit
Gets or sets whether editing is enabled
Declaration
public bool EnableEdit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Id
Gets or sets the unique board id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
InternName
Gets or sets the internal board name
Declaration
public string InternName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsDefault
Gets or sets the default flag
Declaration
public bool IsDefault { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsGeneric
Gets or sets whether this is a generic board
Declaration
public bool IsGeneric { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRemoveAllowed
Gets or sets whether it is allowed to remove kanban items
Declaration
public bool IsRemoveAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Pipelines
Gets or sets a list of availables pipelines
Declaration
public IList<KanbanPipelineConfiguration> Pipelines { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<KanbanPipelineConfiguration> |
RefreshInterval
Gets or sets the refresh interval
Declaration
public int RefreshInterval { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TempPeriod
Gets or sets the selected period
Declaration
public string TempPeriod { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UpdateDateTime
Gets or sets the update date time
Declaration
public DateTime UpdateDateTime { 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 |