C# 클래스 IVO.CMS.API.Models.JSONTranslateExtensions

파일 보기 프로젝트 열기: JamesDunne/ivo-cms

공개 메소드들

메소드 설명
FromJSON ( this cmj ) : Errorable
FromJSON ( this rfm ) : Errorable
FromJSON ( this stm ) : Errorable
FromJSON ( this tgm ) : Errorable
ToJSON ( this cm ) : CommitResponse
ToJSON ( this rf ) : RefResponse
ToJSON ( this st ) : StageResponse
ToJSON ( this tg ) : TagResponse
ToJSON ( this err ) : object
ToJSON ( this errors ) : object[]

비공개 메소드들

메소드 설명
FromDate ( DateTimeOffset value ) : string
ToDate ( string value ) : DateTimeOffset

메소드 상세

FromJSON() 공개 정적인 메소드

public static FromJSON ( this cmj ) : Errorable
cmj this
리턴 Errorable

FromJSON() 공개 정적인 메소드

public static FromJSON ( this rfm ) : Errorable
rfm this
리턴 Errorable

FromJSON() 공개 정적인 메소드

public static FromJSON ( this stm ) : Errorable
stm this
리턴 Errorable

FromJSON() 공개 정적인 메소드

public static FromJSON ( this tgm ) : Errorable
tgm this
리턴 Errorable

ToJSON() 공개 정적인 메소드

public static ToJSON ( this cm ) : CommitResponse
cm this
리턴 CommitResponse

ToJSON() 공개 정적인 메소드

public static ToJSON ( this rf ) : RefResponse
rf this
리턴 RefResponse

ToJSON() 공개 정적인 메소드

public static ToJSON ( this st ) : StageResponse
st this
리턴 StageResponse

ToJSON() 공개 정적인 메소드

public static ToJSON ( this tg ) : TagResponse
tg this
리턴 TagResponse

ToJSON() 공개 정적인 메소드

public static ToJSON ( this err ) : object
err this
리턴 object

ToJSON() 공개 정적인 메소드

public static ToJSON ( this errors ) : object[]
errors this
리턴 object[]