C# Class FluentJson.JsonValue

Inheritance: IHtmlString
Afficher le fichier Open project: paultyng/FluentJson.NET

Méthodes publiques

Méthode Description
IsArray ( IContractResolver resolver, Type type ) : bool
IsPrimitive ( IContractResolver resolver, Type type ) : bool
JsonValue ( IContractResolver resolver, object value ) : System
JsonValue ( object value ) : System
ToJson ( ) : string
ToString ( ) : string

Méthodes protégées

Méthode Description
JsonValue ( object>.Func getValue ) : System

Private Methods

Méthode Description
IHtmlString ( ) : string

Method Details

IsArray() public static méthode

public static IsArray ( IContractResolver resolver, Type type ) : bool
resolver IContractResolver
type System.Type
Résultat bool

IsPrimitive() public static méthode

public static IsPrimitive ( IContractResolver resolver, Type type ) : bool
resolver IContractResolver
type System.Type
Résultat bool

JsonValue() protected méthode

protected JsonValue ( object>.Func getValue ) : System
getValue object>.Func
Résultat System

JsonValue() public méthode

public JsonValue ( IContractResolver resolver, object value ) : System
resolver IContractResolver
value object
Résultat System

JsonValue() public méthode

public JsonValue ( object value ) : System
value object
Résultat System

ToJson() public méthode

public ToJson ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string