Class TaskTableField
A table field.
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 |
---|---|
List<TaskTableColumn> |
FieldName
DbName of the table field.
Declaration
public string FieldName { get; set; }
Property Value
Type | Description |
---|---|
System.String |