C# Class IVO.CMS.API.Models.JSONTranslateExtensions

Afficher le fichier Open project: JamesDunne/ivo-cms

Méthodes publiques

Méthode Description
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[]

Private Methods

Méthode Description
FromDate ( DateTimeOffset value ) : string
ToDate ( string value ) : DateTimeOffset

Method Details

FromJSON() public static méthode

public static FromJSON ( this cmj ) : Errorable
cmj this
Résultat Errorable

FromJSON() public static méthode

public static FromJSON ( this rfm ) : Errorable
rfm this
Résultat Errorable

FromJSON() public static méthode

public static FromJSON ( this stm ) : Errorable
stm this
Résultat Errorable

FromJSON() public static méthode

public static FromJSON ( this tgm ) : Errorable
tgm this
Résultat Errorable

ToJSON() public static méthode

public static ToJSON ( this cm ) : CommitResponse
cm this
Résultat CommitResponse

ToJSON() public static méthode

public static ToJSON ( this rf ) : RefResponse
rf this
Résultat RefResponse

ToJSON() public static méthode

public static ToJSON ( this st ) : StageResponse
st this
Résultat StageResponse

ToJSON() public static méthode

public static ToJSON ( this tg ) : TagResponse
tg this
Résultat TagResponse

ToJSON() public static méthode

public static ToJSON ( this err ) : object
err this
Résultat object

ToJSON() public static méthode

public static ToJSON ( this errors ) : object[]
errors this
Résultat object[]