C# Class Hypermedia.Metadata.UriTemplate

Datei anzeigen Open project: cosullivan/Hypermedia

Public Methods

Method Description
Bind ( object resource ) : string

Bind a resource instance to the template.

UriTemplate ( string format ) : System

Constructor.

Method Details

Bind() public method

Bind a resource instance to the template.
public Bind ( object resource ) : string
resource object The resource instance to bind to the template.
return string

UriTemplate() public method

Constructor.
public UriTemplate ( string format ) : System
format string The format of the URI template.
return System