C# Класс Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver

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

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

Метод Описание
CamelCasePropertyNamesContractResolver ( ) : System.Globalization

Initializes a new instance of the CamelCasePropertyNamesContractResolver class.

Защищенные методы

Метод Описание
ResolvePropertyName ( string propertyName ) : string

Resolves the name of the property.

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

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

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

ResolvePropertyName() защищенный Метод

Resolves the name of the property.
protected ResolvePropertyName ( string propertyName ) : string
propertyName string Name of the property.
Результат string