C# 클래스 BuildIt.Bot.Client.DirectLinkApi.Models.Attachment

파일 보기 프로젝트 열기: builttoroam/BuildIt 1 사용 예제들

공개 메소드들

메소드 설명
Attachment ( ) : Newtonsoft.Json.Linq

Initializes a new instance of the Attachment class.

DeserializeJson ( JToken inputObject ) : void

Deserialize the object

SerializeJson ( JToken outputObject ) : JToken

Serialize the object

메소드 상세

Attachment() 공개 메소드

Initializes a new instance of the Attachment class.
public Attachment ( ) : Newtonsoft.Json.Linq
리턴 Newtonsoft.Json.Linq

DeserializeJson() 공개 메소드

Deserialize the object
public DeserializeJson ( JToken inputObject ) : void
inputObject JToken
리턴 void

SerializeJson() 공개 메소드

Serialize the object
public SerializeJson ( JToken outputObject ) : JToken
outputObject JToken
리턴 JToken