Class SingleTaskInformation
Inheritance
System.Object
SingleTaskInformation
Assembly: DocuWare.Platform.ServerClient.dll
public class SingleTaskInformation : IHttpClientProxy
Properties
Declaration
public CompositeData CompositeData { get; set; }
Property Value
Declaration
public BpwDocument DocumentRights { get; set; }
Property Value
Declaration
public string FileCabinetId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Task Task { get; set; }
Property Value
Declaration
public string WorkflowGuid { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Sets the HTTP communication proxy which is used in further HTTP communication.
Declaration
public void SetProxy(HttpClientProxy proxy)
Parameters
Type |
Name |
Description |
HttpClientProxy |
proxy |
The instance which is used in further HTTP communication.
|