C# Class System.Xml.XPath.DataBinding.Shape

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
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[]

Private Methods

Méthode Description
DebugDump ( StringBuilder sb, String indent ) : void

Method Details

AddAttrShapeAt() public méthode

public AddAttrShapeAt ( Shape shape, int pos ) : void
shape Shape
pos int
Résultat void

AddParticle() public méthode

public AddParticle ( XmlSchemaAttribute elem ) : void
elem System.Xml.Schema.XmlSchemaAttribute
Résultat void

AddParticle() public méthode

public AddParticle ( XmlSchemaElement elem ) : void
elem System.Xml.Schema.XmlSchemaElement
Résultat void

AddSubShape() public méthode

public AddSubShape ( Shape shape ) : void
shape Shape
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

DebugDump() public méthode

public DebugDump ( ) : string
Résultat string

FindMatchingSubShape() public méthode

public FindMatchingSubShape ( object particle ) : int
particle object
Résultat int

FindNamedSubShape() public méthode

public FindNamedSubShape ( string name ) : int
name string
Résultat int

IsParticleMatch() public méthode

public IsParticleMatch ( object particle ) : bool
particle object
Résultat bool

Shape() public méthode

public Shape ( string name, BindingType bindingType ) : System
name string
bindingType BindingType
Résultat System

SubShape() public méthode

public SubShape ( int i ) : Shape
i int
Résultat Shape

SubShapeNames() public méthode

public SubShapeNames ( ) : string[]
Résultat string[]