Show / Hide Table of Contents

    Class TaskTableField

    A table field.

    Inheritance
    System.Object
    BaseForm
    TaskTableField
    Inherited Members
    BaseForm.FormFieldType
    BaseForm.Label
    BaseForm.Id
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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
    System.Collections.Generic.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
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top