C# Class SevenDigital.Parsing.XsdToObject.TypeUtils

Afficher le fichier Open project: 7digital/XsdToObject

Méthodes publiques

Méthode Description
GetParsableType ( string xmlType ) : ParsableType
IsParsable ( string xmlType ) : bool
IsSimpleType ( string xmlType ) : bool
ToNetTypeName ( string xmlType ) : string

Private Methods

Méthode Description
AddType ( string xmlTypeName, string codeTypeName, Type netType ) : void
TypeUtils ( ) : System

Method Details

GetParsableType() public static méthode

public static GetParsableType ( string xmlType ) : ParsableType
xmlType string
Résultat ParsableType

IsParsable() public static méthode

public static IsParsable ( string xmlType ) : bool
xmlType string
Résultat bool

IsSimpleType() public static méthode

public static IsSimpleType ( string xmlType ) : bool
xmlType string
Résultat bool

ToNetTypeName() public static méthode

public static ToNetTypeName ( string xmlType ) : string
xmlType string
Résultat string