hdac SDK
SDK for hdac blockchain development
Public 멤버 함수 | Protected 멤버 함수 | 모든 멤버 목록
Newtonsoft.Json.Serialization.JsonPropertyCollection 클래스 참조

A collection of JsonProperty objects. 더 자세히 ...

Newtonsoft.Json.Serialization.JsonPropertyCollection에 대한 상속 다이어그램 :

Public 멤버 함수

 JsonPropertyCollection (Type type)
 Initializes a new instance of the JsonPropertyCollection class. 더 자세히 ...
 
void AddProperty (JsonProperty property)
 Adds a JsonProperty object. 더 자세히 ...
 
JsonProperty GetClosestMatchProperty (string propertyName)
 Gets the closest matching JsonProperty object. First attempts to get an exact case match of propertyName and then a case insensitive match. 더 자세히 ...
 
JsonProperty GetProperty (string propertyName, StringComparison comparisonType)
 Gets a property by property name. 더 자세히 ...
 

Protected 멤버 함수

override string GetKeyForItem (JsonProperty item)
 When implemented in a derived class, extracts the key from the specified element. 더 자세히 ...
 

상세한 설명

A collection of JsonProperty objects.

생성자 & 소멸자 문서화

Newtonsoft.Json.Serialization.JsonPropertyCollection.JsonPropertyCollection ( Type  type)
inline

Initializes a new instance of the JsonPropertyCollection class.

매개변수
typeThe type.

멤버 함수 문서화

void Newtonsoft.Json.Serialization.JsonPropertyCollection.AddProperty ( JsonProperty  property)
inline

Adds a JsonProperty object.

매개변수
propertyThe property to add to the collection.
JsonProperty Newtonsoft.Json.Serialization.JsonPropertyCollection.GetClosestMatchProperty ( string  propertyName)
inline

Gets the closest matching JsonProperty object. First attempts to get an exact case match of propertyName and then a case insensitive match.

매개변수
propertyNameName of the property.
반환값
A matching property if found.
override string Newtonsoft.Json.Serialization.JsonPropertyCollection.GetKeyForItem ( JsonProperty  item)
inlineprotected

When implemented in a derived class, extracts the key from the specified element.

매개변수
itemThe element from which to extract the key.
반환값
The key for the specified element.
JsonProperty Newtonsoft.Json.Serialization.JsonPropertyCollection.GetProperty ( string  propertyName,
StringComparison  comparisonType 
)
inline

Gets a property by property name.

매개변수
propertyNameThe name of the property to get.
comparisonTypeType property name string comparison.
반환값
A matching property if found.

이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: