Class BaseSimpeWorkflowleItem
Inheritance
System.Object
BaseSimpeWorkflowleItem
Assembly: DocuWare.Platform.ServerClient.dll
public class BaseSimpeWorkflowleItem : IHttpClientProxy
Properties
Declaration
public System.DateTime CreateDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public BpwBaseDocument DocumentInformation { get; set; }
Property Value
Declaration
public string DocumentName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int DwVerId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string FcGuid { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Owner { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int PercentCompleted { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public bool PercentCompletedSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string WorkflowName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Sets the HTTP communication proxy which is used in further HTTP communication.
Declaration
public virtual void SetProxy(HttpClientProxy proxy)
Parameters
Type |
Name |
Description |
HttpClientProxy |
proxy |
The instance which is used in further HTTP communication.
|