C# Class Facebook.OpenGraph.Metadata.JsonPropertyAttribute

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

Méthodes publiques

Méthode Description
JsonPropertyAttribute ( ) : System

Creates a new JsonPropertyAttribute.

JsonPropertyAttribute ( string propertyName ) : System

Creates a new JsonPropertyAttribute with the specified property name.

Method Details

JsonPropertyAttribute() public méthode

Creates a new JsonPropertyAttribute.
public JsonPropertyAttribute ( ) : System
Résultat System

JsonPropertyAttribute() public méthode

Creates a new JsonPropertyAttribute with the specified property name.
public JsonPropertyAttribute ( string propertyName ) : System
propertyName string The name of the JSON object property.
Résultat System