Class OwnerSimpleWorkflowItems
Inheritance
System.Object
OwnerSimpleWorkflowItems
Namespace: DocuWare.Platform.Bpw.Schemas
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class OwnerSimpleWorkflowItems : IHttpClientProxy
Properties
AccessDateTime
Declaration
public System.DateTime AccessDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
OwnerSimpleWorkflowItem
Declaration
public List<OwnerSimpleWorkflowItem> OwnerSimpleWorkflowItem { get; set; }
Property Value
Type | Description |
---|---|
List<OwnerSimpleWorkflowItem> |
PageNumber
Declaration
public int PageNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TotalCount
Declaration
public int TotalCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
SetProxy(HttpClientProxy)
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 |
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.