DocuwareModelFactory Class

Definition

Model factory for creating instances of Docuware models. Use these factory methods to construct model instances in tests and scenarios where output-only properties (with init-only setters) need to be populated.

public static class DocuwareModelFactory
type DocuwareModelFactory = class
Public Class DocuwareModelFactory
Inheritance
DocuwareModelFactory

Methods

Name Description
AppendFileResponse(List<String>, String, String, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, Nullable<Boolean>)

Creates a new instance of AppendFileResponse(List<String>, String, String, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, Nullable<Boolean>).

GetDialogFieldsResponse(List<Nullable<JsonElement>>)

Creates a new instance of GetDialogFieldsResponse(List<Nullable<JsonElement>>).

GetDialogsResponse(List<Nullable<JsonElement>>)

Creates a new instance of GetDialogsResponse(List<Nullable<JsonElement>>).

GetDocumentInformationResponse(List<Nullable<JsonElement>>, Nullable<Int32>, Nullable<JsonElement>, String, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<JsonElement>)

Creates a new instance of GetDocumentInformationResponse(List<Nullable<JsonElement>>, Nullable<Int32>, Nullable<JsonElement>, String, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<JsonElement>).

GetFileCabinetFieldsResponse(List<Nullable<JsonElement>>)

Creates a new instance of GetFileCabinetFieldsResponse(List<Nullable<JsonElement>>).

GetFileCabinetsResponse(List<Nullable<JsonElement>>)

Creates a new instance of GetFileCabinetsResponse(List<Nullable<JsonElement>>).

GetOrganizationResponse(String)

Creates a new instance of GetOrganizationResponse(String).

GetStampFieldsResponse(List<Nullable<JsonElement>>)

Creates a new instance of GetStampFieldsResponse(List<Nullable<JsonElement>>).

GetStampsResponse(List<Nullable<JsonElement>>)

Creates a new instance of GetStampsResponse(List<Nullable<JsonElement>>).

ImportToDocumentTrayResponse(List<Nullable<JsonElement>>, Nullable<Int32>, Nullable<JsonElement>, String, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<JsonElement>)

Creates a new instance of ImportToDocumentTrayResponse(List<Nullable<JsonElement>>, Nullable<Int32>, Nullable<JsonElement>, String, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<JsonElement>).

ListDocumentsInDocumentTrayResponse(Nullable<Int32>, List<Nullable<JsonElement>>)

Creates a new instance of ListDocumentsInDocumentTrayResponse(Nullable<Int32>, List<Nullable<JsonElement>>).

PlaceAStampInput(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Double>, Nullable<Double>, String, String, List<Nullable<JsonElement>>)

Creates a new instance of PlaceAStampInput(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Double>, Nullable<Double>, String, String, List<Nullable<JsonElement>>).

PlaceAStampResponse(Nullable<JsonElement>, String, String, Nullable<Int32>, Nullable<Boolean>, Nullable<Int32>, String)

Creates a new instance of PlaceAStampResponse(Nullable<JsonElement>, String, String, Nullable<Int32>, Nullable<Boolean>, Nullable<Int32>, String).

ReplaceFileResponse(List<String>, String, String, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, Nullable<Boolean>)

Creates a new instance of ReplaceFileResponse(List<String>, String, String, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, Nullable<Boolean>).

SearchForDocumentsInFileCabinetResponse(Nullable<Int32>, List<Nullable<JsonElement>>)

Creates a new instance of SearchForDocumentsInFileCabinetResponse(Nullable<Int32>, List<Nullable<JsonElement>>).

StoreToFileCabinetResponse(List<Nullable<JsonElement>>, Nullable<Int32>, Nullable<JsonElement>, String, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<JsonElement>)

Creates a new instance of StoreToFileCabinetResponse(List<Nullable<JsonElement>>, Nullable<Int32>, Nullable<JsonElement>, String, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<JsonElement>).

TransferDocumentInput(String, List<Nullable<JsonElement>>, Nullable<Boolean>, Nullable<Boolean>)

Creates a new instance of TransferDocumentInput(String, List<Nullable<JsonElement>>, Nullable<Boolean>, Nullable<Boolean>).

TransferDocumentResponse(Nullable<Int32>, List<Nullable<JsonElement>>)

Creates a new instance of TransferDocumentResponse(Nullable<Int32>, List<Nullable<JsonElement>>).

UpdateIndexFieldsResponse(List<Nullable<JsonElement>>, Nullable<Int32>, Nullable<JsonElement>, String, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<JsonElement>)

Creates a new instance of UpdateIndexFieldsResponse(List<Nullable<JsonElement>>, Nullable<Int32>, Nullable<JsonElement>, String, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<JsonElement>).

Applies to