Show / Hide Table of Contents

    Class HistoryField

    Inheritance
    System.Object
    HistoryField
    FileCabinetHistoryField
    Inherited Members
    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 HistoryField

    Properties

    AssignmentType

    Assignment destination type specific for field.

    Declaration
    public AssignmentType AssignmentType { get; set; }
    Property Value
    Type Description
    AssignmentType

    Label

    Тhe label of the field.

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

    Options

    Additional options specific for field type.

    Declaration
    public HistoryFieldOptions Options { get; set; }
    Property Value
    Type Description
    HistoryFieldOptions

    Type

    Type of the history form field.

    Declaration
    public HistoryFormTypeEnum Type { get; set; }
    Property Value
    Type Description
    HistoryFormTypeEnum

    Value

    Value of the field.

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