C# 클래스 Microsoft.ServiceModel.Web.HelpExampleGenerator

파일 보기 프로젝트 열기: o2platform/O2.Platform.Projects 1 사용 예제들

공개 메소드들

메소드 설명
GenerateJsonSample ( XmlSchemaSet schemaSet, XmlQualifiedName name, XmlWriter writer, Type>.IDictionary knownTypes ) : void
GenerateXmlSample ( XmlSchemaSet schemaSet, XmlQualifiedName name, XmlWriter writer ) : void

비공개 메소드들

메소드 설명
ChoiceHandler ( XmlSchemaObject schemaObject, HelpExampleGeneratorContext context ) : void
ContentHandler ( XmlSchemaObject schemaObject, HelpExampleGeneratorContext context ) : void
DerivesFrom ( XmlSchemaComplexType parent, XmlSchemaComplexType child ) : bool
EmptyHandler ( XmlSchemaObject schemaObject, HelpExampleGeneratorContext context ) : void
ErrorHandler ( XmlSchemaObject schemaObject, HelpExampleGeneratorContext context ) : void
GenerateContentForXmlSimpleType ( XmlSchemaSimpleType simpleType ) : string
GenerateValidElementsComment ( XmlSchemaElement element, HelpExampleGeneratorContext context ) : XmlSchemaElement
GetConstantValue ( string typeName ) : string
GetDerivedTypes ( XmlSchemaElement element, HelpExampleGeneratorContext context ) : IEnumerable
InvokeHandler ( XmlSchemaObject schemaObject, HelpExampleGeneratorContext context ) : void
IsArrayElementType ( XmlSchemaElement element ) : bool
IsObject ( XmlSchemaElement element ) : bool
JsonComplexTypeHandler ( XmlSchemaObject schemaObject, HelpExampleGeneratorContext context ) : void
JsonElementHandler ( XmlSchemaObject schemaObject, HelpExampleGeneratorContext context ) : void
JsonSequenceHandler ( XmlSchemaObject schemaObject, HelpExampleGeneratorContext context ) : void
JsonSimpleTypeHandler ( XmlSchemaObject schemaObject, HelpExampleGeneratorContext context ) : void
SimpleTypeRestrictionHandler ( XmlSchemaObject schemaObject, HelpExampleGeneratorContext context ) : void
XmlAttributeHandler ( XmlSchemaObject schemaObject, HelpExampleGeneratorContext context ) : void
XmlComplexTypeHandler ( XmlSchemaObject schemaObject, HelpExampleGeneratorContext context ) : void
XmlElementHandler ( XmlSchemaObject schemaObject, HelpExampleGeneratorContext context ) : void
XmlSequenceHandler ( XmlSchemaObject schemaObject, HelpExampleGeneratorContext context ) : void
XmlSimpleTypeHandler ( XmlSchemaObject schemaObject, HelpExampleGeneratorContext context ) : void

메소드 상세

GenerateJsonSample() 공개 정적인 메소드

public static GenerateJsonSample ( XmlSchemaSet schemaSet, XmlQualifiedName name, XmlWriter writer, Type>.IDictionary knownTypes ) : void
schemaSet System.Xml.Schema.XmlSchemaSet
name System.Xml.XmlQualifiedName
writer System.Xml.XmlWriter
knownTypes Type>.IDictionary
리턴 void

GenerateXmlSample() 공개 정적인 메소드

public static GenerateXmlSample ( XmlSchemaSet schemaSet, XmlQualifiedName name, XmlWriter writer ) : void
schemaSet System.Xml.Schema.XmlSchemaSet
name System.Xml.XmlQualifiedName
writer System.Xml.XmlWriter
리턴 void