C# Class Facebook.OpenGraph.Metadata.GraphTypeNameAttribute

Inheritance: System.Attribute
显示文件 Open project: prabirshrestha/opengraph.net

Public Methods

Method Description
GraphTypeNameAttribute ( ) : System

Creates a new GraphTypeNameAttribute without a name defined.

GraphTypeNameAttribute ( string name ) : System

Creates a new GraphTypeNameAttribute with the specified type name.

Method Details

GraphTypeNameAttribute() public method

Creates a new GraphTypeNameAttribute without a name defined.
public GraphTypeNameAttribute ( ) : System
return System

GraphTypeNameAttribute() public method

Creates a new GraphTypeNameAttribute with the specified type name.
public GraphTypeNameAttribute ( string name ) : System
name string The name of the API type.
return System