C# Class DotNetWebToolkit.Server.JsonTypeMap

Afficher le fichier Open project: chrisdunelm/DotNetWebToolkit Class Usage Examples

Méthodes publiques

Méthode Description
FromString ( string s ) : JsonTypeMap
GetFieldByName ( Type type, string jsName ) : FieldInfo
GetFieldName ( Type type, FieldInfo field ) : string
GetFieldName ( Type type, string fieldName ) : string
GetTypeByName ( string jsName ) : Type
GetTypeName ( Type type ) : string
JsonTypeMap ( string>.Dictionary typeNames, string>.Dictionary fieldNames ) : System
ToString ( ) : string

Method Details

FromString() public static méthode

public static FromString ( string s ) : JsonTypeMap
s string
Résultat JsonTypeMap

GetFieldByName() public méthode

public GetFieldByName ( Type type, string jsName ) : FieldInfo
type System.Type
jsName string
Résultat System.Reflection.FieldInfo

GetFieldName() public méthode

public GetFieldName ( Type type, FieldInfo field ) : string
type System.Type
field System.Reflection.FieldInfo
Résultat string

GetFieldName() public méthode

public GetFieldName ( Type type, string fieldName ) : string
type System.Type
fieldName string
Résultat string

GetTypeByName() public méthode

public GetTypeByName ( string jsName ) : Type
jsName string
Résultat System.Type

GetTypeName() public méthode

public GetTypeName ( Type type ) : string
type System.Type
Résultat string

JsonTypeMap() public méthode

public JsonTypeMap ( string>.Dictionary typeNames, string>.Dictionary fieldNames ) : System
typeNames string>.Dictionary
fieldNames string>.Dictionary
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string