C# Class Hobsons.WebApiHelpers.Interfaces.BaseClasses.Resource

The resource contains a collection of links.
Mostra file Open project: HobsonsEMSTechnology/WebApiHelpers

Public Methods

Method Description
AddLink ( Link link ) : void

Add link.

Protected Methods

Method Description
Resource ( ) : System.Collections.Generic

Initialises a new instance of the Resource class.

Method Details

AddLink() public method

Add link.
public AddLink ( Link link ) : void
link Link /// The link to be added. ///
return void

Resource() protected method

Initialises a new instance of the Resource class.
protected Resource ( ) : System.Collections.Generic
return System.Collections.Generic