Click or drag to resize
UriTemplateDescription Class
Inheritance Hierarchy
SystemObject
  DocuWare.Services.Http.ClientUriTemplateDescription

Namespace: DocuWare.Services.Http.Client
Assembly: DocuWare.RestClient (in DocuWare.RestClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[XmlRootAttribute("UriTemplate", Namespace = "http://dev.docuware.com/schema/public/services", 
	IsNullable = false)]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services")]
public class UriTemplateDescription

The UriTemplateDescription type exposes the following members.

Constructors
  NameDescription
Public methodUriTemplateDescription
Initializes a new instance of the UriTemplateDescription class
Top
Properties
  NameDescription
Public propertyFurtherReading
Gets a link for further readings.
Public propertyHtmlDescription
Public propertyInvoke
Public propertyName
The name of this template.
Public propertyParameter
Public propertyUriPattern
The URI template.
Top
Remarks