C# Class Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver

Inheritance: DefaultContractResolver
Afficher le fichier Open project: NicePeopleAtWork/NicePlayers Class Usage Examples

Méthodes publiques

Méthode Description
CamelCasePropertyNamesContractResolver ( ) : System.Globalization

Initializes a new instance of the CamelCasePropertyNamesContractResolver class.

Méthodes protégées

Méthode Description
ResolvePropertyName ( string propertyName ) : string

Resolves the name of the property.

Method Details

CamelCasePropertyNamesContractResolver() public méthode

Initializes a new instance of the CamelCasePropertyNamesContractResolver class.
public CamelCasePropertyNamesContractResolver ( ) : System.Globalization
Résultat System.Globalization

ResolvePropertyName() protected méthode

Resolves the name of the property.
protected ResolvePropertyName ( string propertyName ) : string
propertyName string Name of the property.
Résultat string