Class TaskTableField
A table field.
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 TaskTableField : BaseForm
  Properties
Columns
Table field columns.
Declaration
public List<TaskTableColumn> Columns { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<TaskTableColumn> | 
FieldName
DbName of the table field.
Declaration
public string FieldName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
InitialValues
Table field prefilled values
Declaration
public TaskTableFieldInitialValues InitialValues { get; set; }
  Property Value
| Type | Description | 
|---|---|
| TaskTableFieldInitialValues | 
IsReadOnly
Determines whether the field is read only.
Declaration
public bool IsReadOnly { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Mandatory
Determines whether the field can be empty.
Declaration
public bool Mandatory { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |