Show / Hide Table of Contents

    Class CommonFormField

    Inheritance
    System.Object
    BaseForm
    CommonFormField
    MultiValueField
    TaskDateTimeField
    TaskNumberField
    TaskTextField
    Inherited Members
    BaseForm.FormFieldType
    BaseForm.Label
    BaseForm.Id
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class CommonFormField : BaseForm

    Properties

    Description

    Description of the field.

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String

    HasSelectList

    Determines whether the field value can be selected from a select list.

    Declaration
    public bool HasSelectList { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsReadOnly

    Determines whether the field is read only.

    Declaration
    public bool IsReadOnly { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsSelectListOnly

    If this flag is true, no one can allocate a new entry for this field when confirming a task, unless this is contained in a selection list or empty.

    Declaration
    public bool IsSelectListOnly { 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

    PrefillValue

    Default value of the form field.

    Declaration
    public WFFormFieldValue PrefillValue { get; set; }
    Property Value
    Type Description
    WFFormFieldValue

    SelectListGuid

    Identifier of the select list.

    Declaration
    public string SelectListGuid { get; set; }
    Property Value
    Type Description
    System.String
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top