Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetLinkByRel ( RestbucksRelation relSuffix ) : |
||
GetLinkByRel ( string rel ) : |
||
SetLink ( RestbucksRelation rel, string uri ) : void | ||
SetLink ( string rel, string uri ) : void |
Method | Description | |
---|---|---|
RepresentationBase ( ) : System | ||
RepresentationBase ( IEnumerable links ) : System |
public GetLinkByRel ( RestbucksRelation relSuffix ) : |
||
relSuffix | RestbucksRelation | |
return |
protected RepresentationBase ( IEnumerable links ) : System | ||
links | IEnumerable | |
return | System |
public SetLink ( RestbucksRelation rel, string uri ) : void | ||
rel | RestbucksRelation | |
uri | string | |
return | void |
public SetLink ( string rel, string uri ) : void | ||
rel | string | |
uri | string | |
return | void |