C# 클래스 SevenDigital.Parsing.XsdToObject.TypeUtils

파일 보기 프로젝트 열기: 7digital/XsdToObject

공개 메소드들

메소드 설명
GetParsableType ( string xmlType ) : ParsableType
IsParsable ( string xmlType ) : bool
IsSimpleType ( string xmlType ) : bool
ToNetTypeName ( string xmlType ) : string

비공개 메소드들

메소드 설명
AddType ( string xmlTypeName, string codeTypeName, Type netType ) : void
TypeUtils ( ) : System

메소드 상세

GetParsableType() 공개 정적인 메소드

public static GetParsableType ( string xmlType ) : ParsableType
xmlType string
리턴 ParsableType

IsParsable() 공개 정적인 메소드

public static IsParsable ( string xmlType ) : bool
xmlType string
리턴 bool

IsSimpleType() 공개 정적인 메소드

public static IsSimpleType ( string xmlType ) : bool
xmlType string
리턴 bool

ToNetTypeName() 공개 정적인 메소드

public static ToNetTypeName ( string xmlType ) : string
xmlType string
리턴 string