Class SingleColumnSelectListValues
Inheritance
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class SingleColumnSelectListValues : IRelationsWithProxy
  Properties
FirstRelationLink
Gets the Uri of the link for the relation “first”.
Declaration
[Impala]
public string FirstRelationLink { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Returns the uri of the link for the relation “first” if it exists, or 
Links
Declaration
public Link[] Links { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Link[] | 
NextRelationLink
Gets the Uri of the link for the relation “next”.
Declaration
[Impala]
public string NextRelationLink { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Returns the uri of the link for the relation “next” if it exists, or 
PrevRelationLink
Gets the Uri of the link for the relation “prev”.
Declaration
[Impala]
public string PrevRelationLink { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Returns the uri of the link for the relation “prev” if it exists, or 
SelfRelationLink
Gets the Uri of the link for the relation “self”.
Declaration
[Impala]
public string SelfRelationLink { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Returns the uri of the link for the relation “self” if it exists, or 
TypedValue
Select list values.
Declaration
[Koala]
public List<DocumentIndexFieldValue> TypedValue { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<DocumentIndexFieldValue> | 
Value
Select list values as string.
Declaration
public List<string> Value { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<System.String> | 
Methods
GetSingleColumnSelectListValuesFromFirstRelation()
Calls the HTTP Get method on the link for the relation “first”.
Declaration
[Impala]
public SingleColumnSelectListValues GetSingleColumnSelectListValuesFromFirstRelation()
  Returns
| Type | Description | 
|---|---|
| SingleColumnSelectListValues | The content of the response.  | 
      
GetSingleColumnSelectListValuesFromFirstRelationAsync()
Calls the HTTP Get method on the link for the relation “first” asynchronously.
Declaration
[Impala]
public Task<DeserializedHttpResponse<SingleColumnSelectListValues>> GetSingleColumnSelectListValuesFromFirstRelationAsync()
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<SingleColumnSelectListValues>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “first”.
GetSingleColumnSelectListValuesFromFirstRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “first” asynchronously.
Declaration
[Impala]
public Task<DeserializedHttpResponse<SingleColumnSelectListValues>> GetSingleColumnSelectListValuesFromFirstRelationAsync(CancellationToken cancellationToken)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<SingleColumnSelectListValues>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “first”.
GetSingleColumnSelectListValuesFromNextRelation()
Calls the HTTP Get method on the link for the relation “next”.
Declaration
[Impala]
public SingleColumnSelectListValues GetSingleColumnSelectListValuesFromNextRelation()
  Returns
| Type | Description | 
|---|---|
| SingleColumnSelectListValues | The content of the response.  | 
      
GetSingleColumnSelectListValuesFromNextRelationAsync()
Calls the HTTP Get method on the link for the relation “next” asynchronously.
Declaration
[Impala]
public Task<DeserializedHttpResponse<SingleColumnSelectListValues>> GetSingleColumnSelectListValuesFromNextRelationAsync()
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<SingleColumnSelectListValues>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “next”.
GetSingleColumnSelectListValuesFromNextRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “next” asynchronously.
Declaration
[Impala]
public Task<DeserializedHttpResponse<SingleColumnSelectListValues>> GetSingleColumnSelectListValuesFromNextRelationAsync(CancellationToken cancellationToken)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<SingleColumnSelectListValues>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “next”.
GetSingleColumnSelectListValuesFromPrevRelation()
Calls the HTTP Get method on the link for the relation “prev”.
Declaration
[Impala]
public SingleColumnSelectListValues GetSingleColumnSelectListValuesFromPrevRelation()
  Returns
| Type | Description | 
|---|---|
| SingleColumnSelectListValues | The content of the response.  | 
      
GetSingleColumnSelectListValuesFromPrevRelationAsync()
Calls the HTTP Get method on the link for the relation “prev” asynchronously.
Declaration
[Impala]
public Task<DeserializedHttpResponse<SingleColumnSelectListValues>> GetSingleColumnSelectListValuesFromPrevRelationAsync()
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<SingleColumnSelectListValues>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “prev”.
GetSingleColumnSelectListValuesFromPrevRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “prev” asynchronously.
Declaration
[Impala]
public Task<DeserializedHttpResponse<SingleColumnSelectListValues>> GetSingleColumnSelectListValuesFromPrevRelationAsync(CancellationToken cancellationToken)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<SingleColumnSelectListValues>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “prev”.
GetSingleColumnSelectListValuesFromSelfRelation()
Calls the HTTP Get method on the link for the relation “self”.
Declaration
[Impala]
public SingleColumnSelectListValues GetSingleColumnSelectListValuesFromSelfRelation()
  Returns
| Type | Description | 
|---|---|
| SingleColumnSelectListValues | The content of the response.  | 
      
GetSingleColumnSelectListValuesFromSelfRelationAsync()
Calls the HTTP Get method on the link for the relation “self” asynchronously.
Declaration
[Impala]
public Task<DeserializedHttpResponse<SingleColumnSelectListValues>> GetSingleColumnSelectListValuesFromSelfRelationAsync()
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<SingleColumnSelectListValues>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “self”.
GetSingleColumnSelectListValuesFromSelfRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “self” asynchronously.
Declaration
[Impala]
public Task<DeserializedHttpResponse<SingleColumnSelectListValues>> GetSingleColumnSelectListValuesFromSelfRelationAsync(CancellationToken cancellationToken)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<SingleColumnSelectListValues>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “self”.
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.