C# Class SevenDigital.Parsing.XsdToObject.TypeUtils

Mostra file Open project: 7digital/XsdToObject

Public Methods

Method Description
GetParsableType ( string xmlType ) : ParsableType
IsParsable ( string xmlType ) : bool
IsSimpleType ( string xmlType ) : bool
ToNetTypeName ( string xmlType ) : string

Private Methods

Method Description
AddType ( string xmlTypeName, string codeTypeName, Type netType ) : void
TypeUtils ( ) : System

Method Details

GetParsableType() public static method

public static GetParsableType ( string xmlType ) : ParsableType
xmlType string
return ParsableType

IsParsable() public static method

public static IsParsable ( string xmlType ) : bool
xmlType string
return bool

IsSimpleType() public static method

public static IsSimpleType ( string xmlType ) : bool
xmlType string
return bool

ToNetTypeName() public static method

public static ToNetTypeName ( string xmlType ) : string
xmlType string
return string