Click or drag to resize
RelationExtension Class
Helpers for handling links.
Inheritance Hierarchy
SystemObject
  DocuWare.Services.Http.ClientRelationExtension

Namespace: DocuWare.Services.Http.Client
Assembly: DocuWare.RestClient (in DocuWare.RestClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
public static class RelationExtension

The RelationExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetLink(IRelations, String)
Gets the link by its name.
Public methodStatic memberGetLink(IEnumerableLink, String)
Gets the link by its name.
Public methodStatic memberGetRelationUri
Gets the URI of the relation specified by the name.
Public methodStatic memberGetRelationUriOrThrow
Gets the URI of the relation specified by the name.
Public methodStatic memberHasRelationUri
Determines whether the specified link exists.
Top
See Also