Method | Description | |
---|---|---|
xmlCreateAssembly ( this xmlFile ) : |
||
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 ) : |
||
xsdCreateAssembly ( this xsdFile, string targetAssembly ) : |
||
xsdCreateCSharpFile ( this xsdFile ) : string | ||
xsdCreateCSharpFile ( this xsdFile, string targetCsFile ) : string | ||
xsdCsFileGetRootTypes ( this csFile ) : List |
public static xmlCreateAssembly ( this xmlFile ) : |
||
xmlFile | this | |
return |
public static xmlCreateCSharpFile ( this xmlFile ) : string | ||
xmlFile | this | |
return | string |
public static xmlCreateObject ( this xml ) : object | ||
xml | this | |
return | object |
public static xmlCreateXSD ( this xml ) : string | ||
xml | this | |
return | string |
public static xmlTypeGetObject ( this type, string xml ) : object | ||
type | this | |
xml | string | |
return | object |
public static xsdAssemblyGetObject ( this assembly, string xml ) : object | ||
assembly | this | |
xml | string | |
return | object |
public static xsdAssemblyGetRootTypes ( this assembly ) : List |
||
assembly | this | |
return | List |
public static xsdCreateAssembly ( this xsd ) : |
||
xsd | this | |
return |
public static xsdCreateAssembly ( this xsdFile, string targetAssembly ) : |
||
xsdFile | this | |
targetAssembly | string | |
return |
public static xsdCreateCSharpFile ( this xsdFile ) : string | ||
xsdFile | this | |
return | string |
public static xsdCreateCSharpFile ( this xsdFile, string targetCsFile ) : string | ||
xsdFile | this | |
targetCsFile | string | |
return | string |
public static xsdCsFileGetRootTypes ( this csFile ) : List |
||
csFile | this | |
return | List |