Class Tasks
Inheritance
System.Object
Tasks
Assembly: DocuWare.Platform.ServerClient.dll
public class Tasks : IHttpClientProxy
Properties
Declaration
public System.DateTime AccessDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public ColumnDefinitions ColumnDefinitions { get; set; }
Property Value
PageNumber
Declaration
public int PageNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PageSize
Declaration
public int PageSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public List<Task> Task { get; set; }
Property Value
Type |
Description |
List<Task> |
|
Declaration
public int TotalCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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.
|