Class DecisionOperations
Operations which can be executed on a decision.
Inheritance
System.Object
    DecisionOperations
  Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class DecisionOperations : IRelationsWithProxy
  Properties
BaseDecisionOperations
Base operations which can be executed on a decision.
Declaration
public BaseDecisionOperations BaseDecisionOperations { get; set; }
  Property Value
| Type | Description | 
|---|---|
| BaseDecisionOperations | 
ExtendedDecisionOperations
Operations which can be executed on a decision only from form interface.
Declaration
public ExtendedDecisionOperations ExtendedDecisionOperations { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ExtendedDecisionOperations | 
Links
Declaration
public Link[] Links { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Link[] | 
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 System.Net.Http.HttpClient instance which is used in further HTTP communication.  | 
      
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.