C# Class Facebook.OpenGraph.Metadata.GraphTypeNameAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: prabirshrestha/opengraph.net

Méthodes publiques

Méthode 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 méthode

Creates a new GraphTypeNameAttribute without a name defined.
public GraphTypeNameAttribute ( ) : System
Résultat System

GraphTypeNameAttribute() public méthode

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