Class UriTemplateDescription
Inheritance
System.Object
    UriTemplateDescription
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: DocuWare.Services.Http.Client
Assembly: DocuWare.RestClient.dll
Syntax
public class UriTemplateDescriptionProperties
FurtherReading
Gets a link for further readings.
Declaration
public string FurtherReading { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
HtmlDescription
Declaration
public XElementWrapper HtmlDescription { get; set; }Property Value
| Type | Description | 
|---|---|
| XElementWrapper | 
Invoke
Declaration
public List<UriInvocation> Invoke { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<UriInvocation> | 
Name
The name of this template.
Declaration
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Parameter
Declaration
public List<UriTemplateParameter> Parameter { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<UriTemplateParameter> | 
UriPattern
The URI template.
Declaration
public string UriPattern { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String |