C# Class Restbucks.Service.Representations.RepresentationBase

显示文件 Open project: SzymonPobiega/restbucks-wcf

Private Properties

Property Type Description

Public Methods

Method Description
GetLinkByRel ( RestbucksRelation relSuffix ) : Link
GetLinkByRel ( string rel ) : Link
SetLink ( RestbucksRelation rel, string uri ) : void
SetLink ( string rel, string uri ) : void

Protected Methods

Method Description
RepresentationBase ( ) : System
RepresentationBase ( IEnumerable links ) : System

Method Details

GetLinkByRel() public method

public GetLinkByRel ( RestbucksRelation relSuffix ) : Link
relSuffix RestbucksRelation
return Link

GetLinkByRel() public method

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

RepresentationBase() protected method

protected RepresentationBase ( ) : System
return System

RepresentationBase() protected method

protected RepresentationBase ( IEnumerable links ) : System
links IEnumerable
return System

SetLink() public method

public SetLink ( RestbucksRelation rel, string uri ) : void
rel RestbucksRelation
uri string
return void

SetLink() public method

public SetLink ( string rel, string uri ) : void
rel string
uri string
return void