Class UriTemplateParameter
Describes a parameter of an URI template.
Inheritance
System.Object
UriTemplateParameter
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 UriTemplateParameter
Constructors
UriTemplateParameter()
Creates a new instance of this class
Declaration
public UriTemplateParameter()
Properties
DefaultValue
Gets the default parameter in case the parameter is optional and the parameter has a default value.
Declaration
public string DefaultValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
IsOptional
Gets if the parameter can be ommitted.
Declaration
public bool IsOptional { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
The name of this URI parameter.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets the type of this parameter.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TypeDescriptionUri
Gets the a link for further readings about this parameter's type.
Declaration
public string TypeDescriptionUri { get; set; }
Property Value
Type | Description |
---|---|
System.String |