Class WFBaseForm
Inheritance
System.Object
WFBaseForm
Assembly: DocuWare.Platform.ServerClient.dll
public class WFBaseForm : IHttpClientProxy
Properties
Declaration
public FormType FormType { get; set; }
Property Value
Declaration
public string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int Position { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string VariableName { 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.
|