C# 클래스 System.Xml.XPath.DataBinding.ShapeGenerator

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
GenerateFromSchema ( XmlSchemaAttribute xsa ) : Shape
GenerateFromSchema ( XmlSchemaElement xse ) : Shape
ResetState ( ) : void
ShapeGenerator ( IXmlNamespaceResolver nsResolver ) : System

비공개 메소드들

메소드 설명
GenAttrName ( XmlQualifiedName xqn, string names ) : string
GenName ( XmlQualifiedName xqn ) : string
ProcessParticle ( XmlSchemaParticle xsp, Shape parent ) : Shape
ProcessParticleElement ( XmlSchemaElement xse ) : Shape
ProcessParticleGroup ( XmlSchemaGroupBase xsg, BindingType bt ) : Shape

메소드 상세

GenerateFromSchema() 공개 메소드

public GenerateFromSchema ( XmlSchemaAttribute xsa ) : Shape
xsa System.Xml.Schema.XmlSchemaAttribute
리턴 Shape

GenerateFromSchema() 공개 메소드

public GenerateFromSchema ( XmlSchemaElement xse ) : Shape
xse System.Xml.Schema.XmlSchemaElement
리턴 Shape

ResetState() 공개 메소드

public ResetState ( ) : void
리턴 void

ShapeGenerator() 공개 메소드

public ShapeGenerator ( IXmlNamespaceResolver nsResolver ) : System
nsResolver IXmlNamespaceResolver
리턴 System