Show / Hide Table of Contents

    Class FileCabinetField

    Inheritance
    System.Object
    FileCabinetFieldBase
    FileCabinetField
    Implements
    IHttpClientProxy
    Inherited Members
    FileCabinetFieldBase.Links
    FileCabinetFieldBase.FixedEntry
    FileCabinetFieldBase.FieldInfoText
    FileCabinetFieldBase.Scope
    FileCabinetFieldBase.DWFieldType
    FileCabinetFieldBase.Length
    FileCabinetFieldBase.DBFieldName
    FileCabinetFieldBase.DisplayName
    FileCabinetFieldBase.DropLeadingZero
    FileCabinetFieldBase.DropLeadingBlanks
    FileCabinetFieldBase.NotEmpty
    FileCabinetFieldBase.Precision
    FileCabinetFieldBase.SelectListRelationLink
    FileCabinetFieldBase.GetSelectListResultFromSelectListRelation()
    FileCabinetFieldBase.GetSelectListResultFromSelectListRelationAsync()
    FileCabinetFieldBase.GetSelectListResultFromSelectListRelationAsync(CancellationToken)
    FileCabinetFieldBase.PostToSelectListRelationForSelectListResult(FileCabinetSelectListExpression)
    FileCabinetFieldBase.PostToSelectListRelationForSelectListResultAsync(FileCabinetSelectListExpression)
    FileCabinetFieldBase.PostToSelectListRelationForSelectListResultAsync(CancellationToken, FileCabinetSelectListExpression)
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class FileCabinetField : FileCabinetFieldBase, IHttpClientProxy

    Constructors

    FileCabinetField()

    Creates a new instance of this class

    Declaration
    public FileCabinetField()

    Properties

    TableFieldColumns

    Only relevant for fields with "Table" DWFieldType. Columns of the table field.

    Declaration
    public List<FileCabinetFieldBase> TableFieldColumns { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<FileCabinetFieldBase>

    UsedAsDocumentName

    Determines whether the field is used as document name.

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

    Methods

    SetProxy(HttpClientProxy)

    Sets the HTTP communication proxy which is used in further HTTP communication.

    Declaration
    public override void SetProxy(HttpClientProxy proxy)
    Parameters
    Type Name Description
    HttpClientProxy proxy

    The System.Net.Http.HttpClient instance which is used in further HTTP communication.

    Overrides
    FileCabinetFieldBase.SetProxy(HttpClientProxy)
    Remarks

    The HTTP proxy is used to handle the HTTP requests which are created by this instance. The proxy is used in case a request is sent to a URL which is resolved from a link.

    Implements

    IHttpClientProxy
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top