Class TaskNumberField
A number field.
Inherited Members
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class TaskNumberField : CommonFormField
Constructors
TaskNumberField()
Creates a new instance of this class
Declaration
public TaskNumberField()
Properties
CalculateSum
Tells if this field should be calculated in table field.
Declaration
public bool CalculateSum { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Precision
Precision of the field.
Declaration
public int Precision { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |