C# 클래스 FluentSharp.XObjects.XmlToXsd_ExtensionMethods

파일 보기 프로젝트 열기: o2platform/O2.Platform.Projects

공개 메소드들

메소드 설명
xmlCreateAssembly ( this xmlFile ) : Assembly
xmlCreateCSharpFile ( this xmlFile ) : string
xmlCreateObject ( this xml ) : object
xmlCreateXSD ( this xml ) : string
xmlTypeGetObject ( this type, string xml ) : object
xsdAssemblyGetObject ( this assembly, string xml ) : object
xsdAssemblyGetRootTypes ( this assembly ) : List
xsdCreateAssembly ( this xsd ) : Assembly
xsdCreateAssembly ( this xsdFile, string targetAssembly ) : Assembly
xsdCreateCSharpFile ( this xsdFile ) : string
xsdCreateCSharpFile ( this xsdFile, string targetCsFile ) : string
xsdCsFileGetRootTypes ( this csFile ) : List

메소드 상세

xmlCreateAssembly() 공개 정적인 메소드

public static xmlCreateAssembly ( this xmlFile ) : Assembly
xmlFile this
리턴 System.Reflection.Assembly

xmlCreateCSharpFile() 공개 정적인 메소드

public static xmlCreateCSharpFile ( this xmlFile ) : string
xmlFile this
리턴 string

xmlCreateObject() 공개 정적인 메소드

public static xmlCreateObject ( this xml ) : object
xml this
리턴 object

xmlCreateXSD() 공개 정적인 메소드

public static xmlCreateXSD ( this xml ) : string
xml this
리턴 string

xmlTypeGetObject() 공개 정적인 메소드

public static xmlTypeGetObject ( this type, string xml ) : object
type this
xml string
리턴 object

xsdAssemblyGetObject() 공개 정적인 메소드

public static xsdAssemblyGetObject ( this assembly, string xml ) : object
assembly this
xml string
리턴 object

xsdAssemblyGetRootTypes() 공개 정적인 메소드

public static xsdAssemblyGetRootTypes ( this assembly ) : List
assembly this
리턴 List

xsdCreateAssembly() 공개 정적인 메소드

public static xsdCreateAssembly ( this xsd ) : Assembly
xsd this
리턴 System.Reflection.Assembly

xsdCreateAssembly() 공개 정적인 메소드

public static xsdCreateAssembly ( this xsdFile, string targetAssembly ) : Assembly
xsdFile this
targetAssembly string
리턴 System.Reflection.Assembly

xsdCreateCSharpFile() 공개 정적인 메소드

public static xsdCreateCSharpFile ( this xsdFile ) : string
xsdFile this
리턴 string

xsdCreateCSharpFile() 공개 정적인 메소드

public static xsdCreateCSharpFile ( this xsdFile, string targetCsFile ) : string
xsdFile this
targetCsFile string
리턴 string

xsdCsFileGetRootTypes() 공개 정적인 메소드

public static xsdCsFileGetRootTypes ( this csFile ) : List
csFile this
리턴 List