C# Класс Facebook.OpenGraph.Metadata.JsonPropertyAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
JsonPropertyAttribute ( ) : System

Creates a new JsonPropertyAttribute.

JsonPropertyAttribute ( string propertyName ) : System

Creates a new JsonPropertyAttribute with the specified property name.

Описание методов

JsonPropertyAttribute() публичный Метод

Creates a new JsonPropertyAttribute.
public JsonPropertyAttribute ( ) : System
Результат System

JsonPropertyAttribute() публичный Метод

Creates a new JsonPropertyAttribute with the specified property name.
public JsonPropertyAttribute ( string propertyName ) : System
propertyName string The name of the JSON object property.
Результат System