C# Класс XmlSchemaObjectModelSample, shared-source-cli-2.0

Class that contains the Main entry point.
Показать файл Открыть проект

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

Метод Описание
Main ( string args ) : void

Main entry point for sample application.

WriteExample ( XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter ) : void
WriteExampleAttribute ( XmlSchemaAttribute attribute, XmlTextWriter myXmlTextWriter ) : void
WriteExampleAttributes ( XmlSchemaObjectCollection attributes, XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter ) : void
WriteExampleElement ( XmlSchemaElement element, XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter ) : void
WriteExampleParticle ( XmlSchemaParticle particle, XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter ) : void
WriteExampleValue ( object schemaType, XmlTextWriter myXmlTextWriter ) : void
WriteXSDSchema ( XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter ) : void

This method writes out the XSD object model.

WriteXmlSchemaAnnotation ( XmlSchemaAnnotation annotation, XmlTextWriter myXmlTextWriter ) : void
WriteXmlSchemaAttribute ( XmlSchemaAttribute attribute, XmlTextWriter myXmlTextWriter ) : void

This method writes out an XML schema attribute.

WriteXmlSchemaAttributeGroup ( XmlSchemaAttributeGroup attributeGroup, XmlTextWriter myXmlTextWriter ) : void
WriteXmlSchemaComplexType ( XmlSchemaComplexType complexType, XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter ) : void

WriteXmlSchemaElement ( XmlSchemaElement element, XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter ) : void
WriteXmlSchemaGroup ( XmlSchemaGroup group, XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter, string RefName ) : void
WriteXmlSchemaNotation ( XmlSchemaNotation notation, XmlTextWriter myXmlTextWriter ) : void
WriteXmlSchemaParticle ( XmlSchemaParticle particle, XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter ) : void
WriteXmlSchemaSimpleType ( XmlSchemaSimpleType simpleType, XmlTextWriter myXmlTextWriter ) : void

Описание методов

Main() публичный статический Метод

Main entry point for sample application.
public static Main ( string args ) : void
args string
Результат void

WriteExample() публичный статический Метод

public static WriteExample ( XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter ) : void
myXmlSchema XmlSchema
myXmlTextWriter XmlTextWriter
Результат void

WriteExampleAttribute() публичный статический Метод

public static WriteExampleAttribute ( XmlSchemaAttribute attribute, XmlTextWriter myXmlTextWriter ) : void
attribute XmlSchemaAttribute
myXmlTextWriter XmlTextWriter
Результат void

WriteExampleAttributes() публичный статический Метод

public static WriteExampleAttributes ( XmlSchemaObjectCollection attributes, XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter ) : void
attributes XmlSchemaObjectCollection
myXmlSchema XmlSchema
myXmlTextWriter XmlTextWriter
Результат void

WriteExampleElement() публичный статический Метод

public static WriteExampleElement ( XmlSchemaElement element, XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter ) : void
element XmlSchemaElement
myXmlSchema XmlSchema
myXmlTextWriter XmlTextWriter
Результат void

WriteExampleParticle() публичный статический Метод

public static WriteExampleParticle ( XmlSchemaParticle particle, XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter ) : void
particle XmlSchemaParticle
myXmlSchema XmlSchema
myXmlTextWriter XmlTextWriter
Результат void

WriteExampleValue() публичный статический Метод

public static WriteExampleValue ( object schemaType, XmlTextWriter myXmlTextWriter ) : void
schemaType object
myXmlTextWriter XmlTextWriter
Результат void

WriteXSDSchema() публичный статический Метод

This method writes out the XSD object model.
public static WriteXSDSchema ( XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter ) : void
myXmlSchema XmlSchema
myXmlTextWriter XmlTextWriter
Результат void

WriteXmlSchemaAnnotation() публичный статический Метод

public static WriteXmlSchemaAnnotation ( XmlSchemaAnnotation annotation, XmlTextWriter myXmlTextWriter ) : void
annotation XmlSchemaAnnotation
myXmlTextWriter XmlTextWriter
Результат void

WriteXmlSchemaAttribute() публичный статический Метод

This method writes out an XML schema attribute.
public static WriteXmlSchemaAttribute ( XmlSchemaAttribute attribute, XmlTextWriter myXmlTextWriter ) : void
attribute XmlSchemaAttribute XML schema attribute to be output.
myXmlTextWriter XmlTextWriter XmlTextWriter to write output to.
Результат void

WriteXmlSchemaAttributeGroup() публичный статический Метод

public static WriteXmlSchemaAttributeGroup ( XmlSchemaAttributeGroup attributeGroup, XmlTextWriter myXmlTextWriter ) : void
attributeGroup System.Xml.Schema.XmlSchemaAttributeGroup
myXmlTextWriter XmlTextWriter
Результат void

WriteXmlSchemaComplexType() публичный статический Метод

public static WriteXmlSchemaComplexType ( XmlSchemaComplexType complexType, XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter ) : void
complexType XmlSchemaComplexType
myXmlSchema XmlSchema
myXmlTextWriter XmlTextWriter
Результат void

WriteXmlSchemaElement() публичный статический Метод

public static WriteXmlSchemaElement ( XmlSchemaElement element, XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter ) : void
element XmlSchemaElement
myXmlSchema XmlSchema
myXmlTextWriter XmlTextWriter
Результат void

WriteXmlSchemaGroup() публичный статический Метод

public static WriteXmlSchemaGroup ( XmlSchemaGroup group, XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter, string RefName ) : void
group XmlSchemaGroup
myXmlSchema XmlSchema
myXmlTextWriter XmlTextWriter
RefName string
Результат void

WriteXmlSchemaNotation() публичный статический Метод

public static WriteXmlSchemaNotation ( XmlSchemaNotation notation, XmlTextWriter myXmlTextWriter ) : void
notation XmlSchemaNotation
myXmlTextWriter XmlTextWriter
Результат void

WriteXmlSchemaParticle() публичный статический Метод

public static WriteXmlSchemaParticle ( XmlSchemaParticle particle, XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter ) : void
particle XmlSchemaParticle
myXmlSchema XmlSchema
myXmlTextWriter XmlTextWriter
Результат void

WriteXmlSchemaSimpleType() публичный статический Метод

public static WriteXmlSchemaSimpleType ( XmlSchemaSimpleType simpleType, XmlTextWriter myXmlTextWriter ) : void
simpleType XmlSchemaSimpleType
myXmlTextWriter XmlTextWriter
Результат void