C# Класс FluentSharp.XObjects.XmlToXsd_ExtensionMethods

Показать файл Открыть проект

Открытые методы

Метод Описание
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