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

Mostrar archivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method 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

Method Description
DebugDump ( StringBuilder sb, String indent ) : void

Method Details

AddAttrShapeAt() public method

public AddAttrShapeAt ( Shape shape, int pos ) : void
shape Shape
pos int
return void

AddParticle() public method

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

AddParticle() public method

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

AddSubShape() public method

public AddSubShape ( Shape shape ) : void
shape Shape
return void

Clear() public method

public Clear ( ) : void
return void

DebugDump() public method

public DebugDump ( ) : string
return string

FindMatchingSubShape() public method

public FindMatchingSubShape ( object particle ) : int
particle object
return int

FindNamedSubShape() public method

public FindNamedSubShape ( string name ) : int
name string
return int

IsParticleMatch() public method

public IsParticleMatch ( object particle ) : bool
particle object
return bool

Shape() public method

public Shape ( string name, BindingType bindingType ) : System
name string
bindingType BindingType
return System

SubShape() public method

public SubShape ( int i ) : Shape
i int
return Shape

SubShapeNames() public method

public SubShapeNames ( ) : string[]
return string[]