C# Class Facebook.OpenGraph.Metadata.JsonPropertyAttribute

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

Public Methods

Method Description
JsonPropertyAttribute ( ) : System

Creates a new JsonPropertyAttribute.

JsonPropertyAttribute ( string propertyName ) : System

Creates a new JsonPropertyAttribute with the specified property name.

Method Details

JsonPropertyAttribute() public method

Creates a new JsonPropertyAttribute.
public JsonPropertyAttribute ( ) : System
return System

JsonPropertyAttribute() public method

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