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 |
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 |