C# 클래스 Facebook.OpenGraph.Metadata.JsonPropertyAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: prabirshrestha/opengraph.net

공개 메소드들

메소드 설명
JsonPropertyAttribute ( ) : System

Creates a new JsonPropertyAttribute.

JsonPropertyAttribute ( string propertyName ) : System

Creates a new JsonPropertyAttribute with the specified property name.

메소드 상세

JsonPropertyAttribute() 공개 메소드

Creates a new JsonPropertyAttribute.
public JsonPropertyAttribute ( ) : System
리턴 System

JsonPropertyAttribute() 공개 메소드

Creates a new JsonPropertyAttribute with the specified property name.
public JsonPropertyAttribute ( string propertyName ) : System
propertyName string The name of the JSON object property.
리턴 System