C# 클래스 XmlSchemaObjectModelSample, shared-source-cli-2.0

Class that contains the Main entry point.
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

메소드 설명
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