Click or drag to resize
UriTemplateParameter Class
Describes a parameter of an URI template.
Inheritance Hierarchy
SystemObject
  DocuWare.Services.Http.ClientUriTemplateParameter

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

The UriTemplateParameter type exposes the following members.

Constructors
  NameDescription
Public methodUriTemplateParameter
Creates a new instance of this class
Top
Properties
  NameDescription
Public propertyDefaultValue
Gets the default parameter in case the parameter is optional and the parameter has a default value.
Public propertyFurtherReading
Gets a link for further readings.
Public propertyHtmlDescription
Public propertyIsOptional
Gets if the parameter can be ommitted.
Public propertyName
The name of this URI parameter.
Public propertyType
Gets the type of this parameter.
Public propertyTypeDescriptionUri
Gets the a link for further readings about this parameter's type.
Top
Remarks