Class Column
A column for a workflow.
Inheritance
System.Object
Column
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class Column : object
Properties
ColumnOptions
Additional options specific for column type.
Declaration
public ColumnOptions ColumnOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| ColumnOptions |
ColumnType
Type of the column as source.
Declaration
public ColumnTypeEnum ColumnType { get; set; }
Property Value
| Type | Description |
|---|---|
| ColumnTypeEnum |
ColumnValueType
Type of the column.
Declaration
public ColumnValueTypeEnum ColumnValueType { get; set; }
Property Value
| Type | Description |
|---|---|
| ColumnValueTypeEnum |
Id
Identifier of the column.
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Label
Label of the column.
Declaration
public string Label { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |