C# 클래스 Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver

상속: DefaultContractResolver
파일 보기 프로젝트 열기: NicePeopleAtWork/NicePlayers 1 사용 예제들

공개 메소드들

메소드 설명
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