Class Column
A column for a workflow.
Inheritance
System.Object
    Column
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class Column
  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 |