C# Class Hapikit.RequestBuilders.LinkParameterAttribute

Inheritance: System.Attribute
Show file Open project: hapikit/hapikit.net

Public Methods

Method Description
LinkParameterAttribute ( string name ) : System

Create a new attribute. For IANA registered link relations name will be simple string, otherwise it should be a URI

Method Details

LinkParameterAttribute() public method

Create a new attribute. For IANA registered link relations name will be simple string, otherwise it should be a URI
public LinkParameterAttribute ( string name ) : System
name string
return System