C# 클래스 NCldr.NCldrJsonFileDataSourceBase.IgnoreReadOnlyPropertiesContractResolver

IgnoreReadOnlyPropertiesContractResolver is a JsonSerializer ContractResolver that ignores read-only properties
상속: Newtonsoft.Json.Serialization.DefaultContractResolver
파일 보기 프로젝트 열기: GuySmithFerrier/NCLDR

보호된 메소드들

메소드 설명
CreateProperties ( Type type, MemberSerialization memberSerialization ) : IList

CreateProperties creates a list of properties to serialize that excludes properties that are read-only

메소드 상세

CreateProperties() 보호된 메소드

CreateProperties creates a list of properties to serialize that excludes properties that are read-only
protected CreateProperties ( Type type, MemberSerialization memberSerialization ) : IList
type System.Type The type
memberSerialization MemberSerialization The MemberSerialization
리턴 IList