C# Class Huddle.Clients.Example.Document

Show file Open project: Huddle/Huddle.RestClient Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Document ( ) : System.Net
Document ( string title, string description ) : System.Net
GetLinkFor ( string rel ) : Link

Method Details

Document() public method

public Document ( ) : System.Net
return System.Net

Document() public method

public Document ( string title, string description ) : System.Net
title string
description string
return System.Net

GetLinkFor() public method

public GetLinkFor ( string rel ) : Link
rel string
return Link