Class KanbanPipelineConfiguration
Kanban pipeline configuration
Inheritance
System.Object
KanbanPipelineConfiguration
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 KanbanPipelineConfiguration
Properties
| Improve this Doc View SourceDisplayName
Gets or sets the display name
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets or sets the unique id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
InternName
Gets or sets the pipeline name
Declaration
public string InternName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MaxItemCount
Gets or sets the max item count
Declaration
public int MaxItemCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
OrderId
Gets or sets the order id
Declaration
public int OrderId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |