C# Class FluentSharp.XObjects.XmlToXsd_ExtensionMethods

Show file Open project: o2platform/O2.Platform.Projects

Public Methods

Method Description
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

Method Details

xmlCreateAssembly() public static method

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

xmlCreateCSharpFile() public static method

public static xmlCreateCSharpFile ( this xmlFile ) : string
xmlFile this
return string

xmlCreateObject() public static method

public static xmlCreateObject ( this xml ) : object
xml this
return object

xmlCreateXSD() public static method

public static xmlCreateXSD ( this xml ) : string
xml this
return string

xmlTypeGetObject() public static method

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

xsdAssemblyGetObject() public static method

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

xsdAssemblyGetRootTypes() public static method

public static xsdAssemblyGetRootTypes ( this assembly ) : List
assembly this
return List

xsdCreateAssembly() public static method

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

xsdCreateAssembly() public static method

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

xsdCreateCSharpFile() public static method

public static xsdCreateCSharpFile ( this xsdFile ) : string
xsdFile this
return string

xsdCreateCSharpFile() public static method

public static xsdCreateCSharpFile ( this xsdFile, string targetCsFile ) : string
xsdFile this
targetCsFile string
return string

xsdCsFileGetRootTypes() public static method

public static xsdCsFileGetRootTypes ( this csFile ) : List
csFile this
return List