Show / Hide Table of Contents

    Class Dialog

    Inheritance
    System.Object
    DialogInfo
    Dialog
    Implements
    IHttpClientProxy
    Inherited Members
    DialogInfo.ToString()
    DialogInfo.Links
    DialogInfo.Id
    DialogInfo.FileCabinetId
    DialogInfo.FileCabinetName
    DialogInfo.DisplayName
    DialogInfo.IsForMobile
    DialogInfo.AssignedDialogId
    DialogInfo.Color
    DialogInfo.IsDefault
    DialogInfo.Type
    DialogInfo.SelfRelationLink
    DialogInfo.AssignedDialogRelationLink
    DialogInfo.CountRelationLink
    DialogInfo.SelectListRelationLink
    DialogInfo.StoreDocumentRelationLink
    DialogInfo.TransferRelationLink
    DialogInfo.CreateUserDefinedSearchRelationLink
    DialogInfo.ClientSideValidationRelationLink
    DialogInfo.GetDialogFromSelfRelation()
    DialogInfo.GetDialogFromSelfRelationAsync()
    DialogInfo.GetDialogFromSelfRelationAsync(System.Threading.CancellationToken)
    DialogInfo.DeleteSelfRelation()
    DialogInfo.DeleteSelfRelationAsync()
    DialogInfo.DeleteSelfRelationAsync(System.Threading.CancellationToken)
    DialogInfo.GetDialogFromAssignedDialogRelation()
    DialogInfo.GetDialogFromAssignedDialogRelationAsync()
    DialogInfo.GetDialogFromAssignedDialogRelationAsync(System.Threading.CancellationToken)
    DialogInfo.GetCountResultFromCountRelation()
    DialogInfo.GetCountResultFromCountRelationAsync()
    DialogInfo.GetCountResultFromCountRelationAsync(System.Threading.CancellationToken)
    DialogInfo.PostToCountRelationForCountResult(CountExpression)
    DialogInfo.PostToCountRelationForCountResultAsync(CountExpression)
    DialogInfo.PostToCountRelationForCountResultAsync(System.Threading.CancellationToken, CountExpression)
    DialogInfo.PostToSelectListRelationForSelectListResult(SelectListExpression)
    DialogInfo.PostToSelectListRelationForSelectListResultAsync(SelectListExpression)
    DialogInfo.PostToSelectListRelationForSelectListResultAsync(System.Threading.CancellationToken, SelectListExpression)
    DialogInfo.PostToStoreDocumentRelationForDocument(Document)
    DialogInfo.PostToStoreDocumentRelationForDocumentAsync(Document)
    DialogInfo.PostToStoreDocumentRelationForDocumentAsync(System.Threading.CancellationToken, Document)
    DialogInfo.PostToTransferRelationForDocumentsQueryResult(FileCabinetTransferInfo)
    DialogInfo.PostToTransferRelationForDocumentsQueryResultAsync(FileCabinetTransferInfo)
    DialogInfo.PostToTransferRelationForDocumentsQueryResultAsync(System.Threading.CancellationToken, FileCabinetTransferInfo)
    DialogInfo.PostToTransferRelationForDocumentsQueryResult(DocumentsTransferInfo)
    DialogInfo.PostToTransferRelationForDocumentsQueryResultAsync(DocumentsTransferInfo)
    DialogInfo.PostToTransferRelationForDocumentsQueryResultAsync(System.Threading.CancellationToken, DocumentsTransferInfo)
    DialogInfo.PostToCreateUserDefinedSearchRelationForDialog(UserDefinedSearchInfo)
    DialogInfo.PostToCreateUserDefinedSearchRelationForDialogAsync(UserDefinedSearchInfo)
    DialogInfo.PostToCreateUserDefinedSearchRelationForDialogAsync(System.Threading.CancellationToken, UserDefinedSearchInfo)
    DialogInfo.PostToClientSideValidationRelationForString(DocumentIndexFields)
    DialogInfo.PostToClientSideValidationRelationForStringAsync(DocumentIndexFields)
    DialogInfo.PostToClientSideValidationRelationForStringAsync(System.Threading.CancellationToken, DocumentIndexFields)
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class Dialog : DialogInfo, IHttpClientProxy

    Constructors

    Dialog()

    Creates a new instance of this class

    Declaration
    public Dialog()

    Properties

    Fields

    The fields of this dialog.

    Declaration
    public List<DialogField> Fields { get; set; }
    Property Value
    Type Description
    List<DialogField>

    HasValidation

    A value indicating whether the dialog has configured client side validation.This option is available only for store and info dialogs, for other dialog types it is always false.

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

    Properties

    Dialog properties specific for dialog type.

    Declaration
    public DialogProperties Properties { get; set; }
    Property Value
    Type Description
    DialogProperties

    Query

    The query defined by this dialog.

    Declaration
    public DocumentsQuery Query { get; set; }
    Property Value
    Type Description
    DocumentsQuery

    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
    DialogInfo.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

    Extension Methods

    ResultListExtensions.GetDocumentsTableResult(Dialog, DialogExpression)
    ResultListExtensions.GetDocumentsTableResultAsync(Dialog, DialogExpression)
    ResultListExtensions.GetDocumentsTableResult(Dialog)
    ResultListExtensions.GetDocumentsTableResultAsync(Dialog)
    ResultListExtensions.GetDocumentsResult(Dialog, DialogExpression)
    ResultListExtensions.GetDocumentsResultAsync(Dialog, DialogExpression)
    ResultListExtensions.GetDocumentsResult(Dialog)
    ResultListExtensions.GetDocumentsResultAsync(Dialog)
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top