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

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

공개 메소드들

메소드 설명
AddAttrShapeAt ( Shape shape, int pos ) : void
AddParticle ( XmlSchemaAttribute elem ) : void
AddParticle ( XmlSchemaElement elem ) : void
AddSubShape ( Shape shape ) : void
Clear ( ) : void
DebugDump ( ) : string
FindMatchingSubShape ( object particle ) : int
FindNamedSubShape ( string name ) : int
IsParticleMatch ( object particle ) : bool
Shape ( string name, BindingType bindingType ) : System
SubShape ( int i ) : Shape
SubShapeNames ( ) : string[]

비공개 메소드들

메소드 설명
DebugDump ( StringBuilder sb, String indent ) : void

메소드 상세

AddAttrShapeAt() 공개 메소드

public AddAttrShapeAt ( Shape shape, int pos ) : void
shape Shape
pos int
리턴 void

AddParticle() 공개 메소드

public AddParticle ( XmlSchemaAttribute elem ) : void
elem System.Xml.Schema.XmlSchemaAttribute
리턴 void

AddParticle() 공개 메소드

public AddParticle ( XmlSchemaElement elem ) : void
elem System.Xml.Schema.XmlSchemaElement
리턴 void

AddSubShape() 공개 메소드

public AddSubShape ( Shape shape ) : void
shape Shape
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

DebugDump() 공개 메소드

public DebugDump ( ) : string
리턴 string

FindMatchingSubShape() 공개 메소드

public FindMatchingSubShape ( object particle ) : int
particle object
리턴 int

FindNamedSubShape() 공개 메소드

public FindNamedSubShape ( string name ) : int
name string
리턴 int

IsParticleMatch() 공개 메소드

public IsParticleMatch ( object particle ) : bool
particle object
리턴 bool

Shape() 공개 메소드

public Shape ( string name, BindingType bindingType ) : System
name string
bindingType BindingType
리턴 System

SubShape() 공개 메소드

public SubShape ( int i ) : Shape
i int
리턴 Shape

SubShapeNames() 공개 메소드

public SubShapeNames ( ) : string[]
리턴 string[]