C# Class AcTools.Utils.Helpers.JsonSerializationExtension

Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Méthode Description
Write ( this writer, string key, System.DateTime value ) : void
Write ( this writer, string key, Enum value ) : void
Write ( this writer, string key, System.TimeSpan value ) : void
Write ( this writer, string key, bool value ) : void
Write ( this writer, string key, double value ) : void
Write ( this writer, string key, int value ) : void
Write ( this writer, string key, string value ) : void
WriteNonDefault ( this writer, string key, bool value ) : void
WriteNonDefault ( this writer, string key, double value, string format = null ) : void
WriteNonDefault ( this writer, string key, int value ) : void

Method Details

Write() public static méthode

public static Write ( this writer, string key, System.DateTime value ) : void
writer this
key string
value System.DateTime
Résultat void

Write() public static méthode

public static Write ( this writer, string key, Enum value ) : void
writer this
key string
value System.Enum
Résultat void

Write() public static méthode

public static Write ( this writer, string key, System.TimeSpan value ) : void
writer this
key string
value System.TimeSpan
Résultat void

Write() public static méthode

public static Write ( this writer, string key, bool value ) : void
writer this
key string
value bool
Résultat void

Write() public static méthode

public static Write ( this writer, string key, double value ) : void
writer this
key string
value double
Résultat void

Write() public static méthode

public static Write ( this writer, string key, int value ) : void
writer this
key string
value int
Résultat void

Write() public static méthode

public static Write ( this writer, string key, string value ) : void
writer this
key string
value string
Résultat void

WriteNonDefault() public static méthode

public static WriteNonDefault ( this writer, string key, bool value ) : void
writer this
key string
value bool
Résultat void

WriteNonDefault() public static méthode

public static WriteNonDefault ( this writer, string key, double value, string format = null ) : void
writer this
key string
value double
format string
Résultat void

WriteNonDefault() public static méthode

public static WriteNonDefault ( this writer, string key, int value ) : void
writer this
key string
value int
Résultat void