C# 클래스 Microsoft.Azure.Commands.ResourceManager.Cmdlets.Json.CamelCasePropertyNamesWithOverridesContractResolver

Overrides the default CamelCase resolver to respect property name set in the JsonPropertyAttribute.
상속: Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver
파일 보기 프로젝트 열기: Azure/azure-powershell

보호된 메소드들

메소드 설명
CreateDictionaryContract ( Type objectType ) : JsonDictionaryContract

Creates dictionary contract

CreateProperty ( MemberInfo member, MemberSerialization memberSerialization ) : JsonProperty

Creates JSON property for the class member.

메소드 상세

CreateDictionaryContract() 보호된 메소드

Creates dictionary contract
protected CreateDictionaryContract ( Type objectType ) : JsonDictionaryContract
objectType System.Type The object type.
리턴 Newtonsoft.Json.Serialization.JsonDictionaryContract

CreateProperty() 보호된 메소드

Creates JSON property for the class member.
protected CreateProperty ( MemberInfo member, MemberSerialization memberSerialization ) : JsonProperty
member System.Reflection.MemberInfo The member to serialize.
memberSerialization MemberSerialization The type of member serialization.
리턴 Newtonsoft.Json.Serialization.JsonProperty