C# Class Hapikit.Links.LinkRelationTypeAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: hapikit/hapikit.net

Public Methods

Method Description
LinkRelationTypeAttribute ( 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

LinkRelationTypeAttribute() public method

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