Show / Hide Table of Contents

    Class BaseForm

    A base form.

    Inheritance
    System.Object
    BaseForm
    CommonFormField
    DescriptionFormField
    LinkForm
    TaskTableField
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class BaseForm : object

    Properties

    FormFieldType

    Type of the form field.

    Declaration
    public FormTypeEnum FormFieldType { get; set; }
    Property Value
    Type Description
    FormTypeEnum

    Id

    Identifier of the form field.

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32

    Label

    Label of the form field.

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