C# 클래스 Newtonsoft.Json.JsonPropertyAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: JamesNK/Newtonsoft.Json 1 사용 예제들

공개 메소드들

메소드 설명
JsonPropertyAttribute ( ) : System

Initializes a new instance of the JsonPropertyAttribute class.

JsonPropertyAttribute ( string propertyName ) : System

Initializes a new instance of the JsonPropertyAttribute class with the specified name.

메소드 상세

JsonPropertyAttribute() 공개 메소드

Initializes a new instance of the JsonPropertyAttribute class.
public JsonPropertyAttribute ( ) : System
리턴 System

JsonPropertyAttribute() 공개 메소드

Initializes a new instance of the JsonPropertyAttribute class with the specified name.
public JsonPropertyAttribute ( string propertyName ) : System
propertyName string Name of the property.
리턴 System