Click or drag to resize
SelectListResult Class
Select list values.
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientSelectListResult

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = false)]
public class SelectListResult : IRelationsWithProxy, 
	IRelations

The SelectListResult type exposes the following members.

Constructors
  NameDescription
Public methodSelectListResult
Initializes a new instance of the SelectListResult class
Top
Methods
  NameDescription
Public methodGetSelectListResultFromFirstRelation
Calls the HTTP Get method on the link for the relation “first”.
Public methodGetSelectListResultFromFirstRelationAsync
Calls the HTTP Get method on the link for the relation “first” asynchronously.
Public methodGetSelectListResultFromNextRelation
Calls the HTTP Get method on the link for the relation “next”.
Public methodGetSelectListResultFromNextRelationAsync
Calls the HTTP Get method on the link for the relation “next” asynchronously.
Public methodGetSelectListResultFromPrevRelation
Calls the HTTP Get method on the link for the relation “prev”.
Public methodGetSelectListResultFromPrevRelationAsync
Calls the HTTP Get method on the link for the relation “prev” asynchronously.
Public methodGetSelectListResultFromSelfRelation
Calls the HTTP Get method on the link for the relation “self”.
Public methodGetSelectListResultFromSelfRelationAsync
Calls the HTTP Get method on the link for the relation “self” asynchronously.
Top
Extension Methods
  NameDescription
Public Extension MethodDeleteTResponse(String, String)Overloaded.
Sends a HTTP DELETE message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodDeleteTResponse(HttpClient, String, String)Overloaded.
Sends a HTTP DELETE message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodGetTResponse(String, String)Overloaded.
Sends a HTTP GET message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodGetTResponse(HttpClient, String, String)Overloaded.
Sends a HTTP GET message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodGetBaseUri
Gets the base URI of the specified relations instance.
(Defined by RelationsWithProxyExtensions.)
Public Extension MethodGetLink
Gets the link by its name.
(Defined by RelationExtension.)
Public Extension MethodGetRelationUri
Gets the URI of the relation specified by the name.
(Defined by RelationExtension.)
Public Extension MethodGetRelationUriOrThrow
Gets the URI of the relation specified by the name.
(Defined by RelationExtension.)
Public Extension MethodHasRelationUri
Determines whether the specified link exists.
(Defined by RelationExtension.)
Public Extension MethodSendTResponse(HttpMethod, String, String)Overloaded.
Sends a message to the specified proxy.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse(String, HttpMethod, HttpContent, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse(HttpMethod, HttpClient, String, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse, TRequest(String, HttpMethod, String, TRequest, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse, TRequest(HttpClient, String, HttpMethod, String, TRequest, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Top
Properties
  NameDescription
Public propertyFirstRelationLink
Gets the Uri of the link for the relation “first”.
Public propertyLinks
Public propertyNextRelationLink
Gets the Uri of the link for the relation “next”.
Public propertyPrevRelationLink
Gets the Uri of the link for the relation “prev”.
Public propertySelfRelationLink
Gets the Uri of the link for the relation “self”.
Public propertyValue
Select list values.
Top
Explicit Interface Implementations
Remarks