Class Link
Inheritance
System.Object
    Link
  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)
    
  Namespace: DocuWare.Services.Http.Client
Assembly: DocuWare.RestClient.dll
Syntax
public class Link
  Properties
href
The URI this link points to.
Declaration
public string href { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
rel
The relation name of this link.
Declaration
public string rel { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
type
Declaration
public string type { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Methods
ToString()
Returns a System.String that represents this instance.
Declaration
public override string ToString()
  Returns
| Type | Description | 
|---|---|
| System.String | A System.String that represents this instance.  | 
      
Overrides
System.Object.ToString()