Class TableColumnsDefinition
A common column options for a table field.
Inheritance
System.Object
    TableColumnsDefinition
  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 TableColumnsDefinition
  Properties
ColumnOptions
Additional options specific for column type.
Declaration
public TableColumnOptions ColumnOptions { get; set; }
  Property Value
| Type | Description | 
|---|---|
| TableColumnOptions | 
ColumnValueType
Type of the column.
Declaration
public TableColumnValueTypeEnum ColumnValueType { get; set; }
  Property Value
| Type | Description | 
|---|---|
| TableColumnValueTypeEnum | 
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 | 
Mandatory
Determines whether the column can be empty.
Declaration
public bool Mandatory { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |