C# Класс Newtonsoft.Json.JsonPropertyAttribute

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

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

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

Initializes a new instance of the JsonPropertyAttribute class.

JsonPropertyAttribute ( string propertyName ) : System

Initializes a new instance of the JsonPropertyAttribute class with the specified name.

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

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

Initializes a new instance of the JsonPropertyAttribute class.
public JsonPropertyAttribute ( ) : System
Результат System

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

Initializes a new instance of the JsonPropertyAttribute class with the specified name.
public JsonPropertyAttribute ( string propertyName ) : System
propertyName string Name of the property.
Результат System