Show / Hide Table of Contents

    Class DialogField

    Inheritance
    System.Object
    DialogFieldBase
    DialogField
    Implements
    IHttpClientProxy
    Inherited Members
    DialogFieldBase.Mask
    DialogFieldBase.MaskErrorText
    DialogFieldBase.SampleEditText
    DialogFieldBase.PrefillValue
    DialogFieldBase.DynamicPrefillValue
    DialogFieldBase.SelectListInfos
    DialogFieldBase.Links
    DialogFieldBase.DBFieldName
    DialogFieldBase.DlgLabel
    DialogFieldBase.DWFieldType
    DialogFieldBase.Locked
    DialogFieldBase.ReadOnly
    DialogFieldBase.NotEmpty
    DialogFieldBase.Visible
    DialogFieldBase.Length
    DialogFieldBase.Precision
    DialogFieldBase.AllowExtendedSearch
    DialogFieldBase.AllowFiltering
    DialogFieldBase.SelectListOnly
    DialogFieldBase.SelectListType
    DialogFieldBase.AssignedInternalSelectList
    DialogFieldBase.SequenceId
    DialogFieldBase.SelectListsAssigned
    DialogFieldBase.SimpleSelectListRelationLink
    DialogFieldBase.GetSelectListResultFromSimpleSelectListRelation()
    DialogFieldBase.GetSelectListResultFromSimpleSelectListRelationAsync()
    DialogFieldBase.GetSelectListResultFromSimpleSelectListRelationAsync(System.Threading.CancellationToken)
    DialogFieldBase.PostToSimpleSelectListRelationForSelectListResult(SelectListExpression)
    DialogFieldBase.PostToSimpleSelectListRelationForSelectListResultAsync(SelectListExpression)
    DialogFieldBase.PostToSimpleSelectListRelationForSelectListResultAsync(System.Threading.CancellationToken, SelectListExpression)
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class DialogField : DialogFieldBase, IHttpClientProxy

    Constructors

    DialogField()

    Creates a new instance of this class

    Declaration
    public DialogField()

    Properties

    DialogTableFieldColumns

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

    Declaration
    public List<DialogFieldBase> DialogTableFieldColumns { get; set; }
    Property Value
    Type Description
    List<DialogFieldBase>

    IsHierarchy

    Determines whether the field is part of the hierarchy structure of tree view result dialog (only for tree view result dialogs, for other types it's always false).

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

    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 instance which is used in further HTTP communication.

    Overrides
    DialogFieldBase.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