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

Inheritance: IBindingList, ITypedList
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
DeriveShapeFromRows void
FillAttributes void
FillColumn object
FillRow XPathNodeView
FillSubRow XPathNodeView
IList bool
IList int
IList void
IList void
IList void
IList void
InitFromXPath void
ParseName string
ParseQName System.Xml.XmlQualifiedName
ParseXPath XPathStep[]
PopulateFromXPath void
SetRows void
XPathDocumentView System
this objectIList.System

Public Methods

Method Description
Add ( XPathNodeView value ) : int
AddIndex ( PropertyDescriptor descriptor ) : void
AddNew ( ) : object
ApplySort ( PropertyDescriptor descriptor, ListSortDirection direction ) : void
Contains ( XPathNodeView value ) : bool
CopyTo ( Array array, int index ) : void
CopyTo ( XPathNodeView array, int index ) : void
Find ( PropertyDescriptor propertyDescriptor, object key ) : int
GetEnumerator ( ) : IEnumerator
GetItemProperties ( PropertyDescriptor listAccessors ) : PropertyDescriptorCollection
GetListName ( PropertyDescriptor listAccessors ) : string
IndexOf ( XPathNodeView value ) : int
Insert ( int index, XPathNodeView value ) : void
Remove ( XPathNodeView value ) : void
RemoveIndex ( PropertyDescriptor propertyDescriptor ) : void
RemoveSort ( ) : void
XPathDocumentView ( XPathDocument document ) : System
XPathDocumentView ( XPathDocument document, IXmlNamespaceResolver namespaceResolver ) : System
XPathDocumentView ( XPathDocument document, string xpath ) : System
XPathDocumentView ( XPathDocument document, string xpath, IXmlNamespaceResolver namespaceResolver ) : System
XPathDocumentView ( XPathDocument document, string xpath, IXmlNamespaceResolver namespaceResolver, bool showPrefixes ) : System
this ( int index ) : XPathNodeView

Private Methods

Method Description
DeriveShapeFromRows ( ) : void
FillAttributes ( System.Xml.XPath.XPathNode nd, Shape shape, object cols ) : void
FillColumn ( ContentIterator iter, Shape shape ) : object
FillRow ( System.Xml.XPath.XPathNode ndRow, Shape shape ) : XPathNodeView
FillSubRow ( ContentIterator iter, Shape shape, object columns ) : XPathNodeView
IList ( object value ) : bool
IList ( object value ) : int
IList ( ) : void
IList ( int index ) : void
IList ( int index, object value ) : void
IList ( object value ) : void
InitFromXPath ( System.Xml.XPath.XPathNode ndRoot, string xpath ) : void
ParseName ( string xpath, int &pos ) : string
ParseQName ( string xpath, int &pos, IXmlNamespaceResolver xnr ) : XmlQualifiedName
ParseXPath ( string xpath, IXmlNamespaceResolver xnr ) : XPathStep[]
PopulateFromXPath ( System.Xml.XPath.XPathNode nd, XPathStep steps, int step ) : void
SetRows ( ArrayList rows ) : void
XPathDocumentView ( System.Xml.XPath.XPathNode root, ArrayList rows, Shape rowShape ) : System
this ( int index ) : objectIList.System

Method Details

Add() public method

public Add ( XPathNodeView value ) : int
value XPathNodeView
return int

AddIndex() public method

public AddIndex ( PropertyDescriptor descriptor ) : void
descriptor System.ComponentModel.PropertyDescriptor
return void

AddNew() public method

public AddNew ( ) : object
return object

ApplySort() public method

public ApplySort ( PropertyDescriptor descriptor, ListSortDirection direction ) : void
descriptor System.ComponentModel.PropertyDescriptor
direction ListSortDirection
return void

Contains() public method

public Contains ( XPathNodeView value ) : bool
value XPathNodeView
return bool

CopyTo() public method

public CopyTo ( Array array, int index ) : void
array System.Array
index int
return void

CopyTo() public method

public CopyTo ( XPathNodeView array, int index ) : void
array XPathNodeView
index int
return void

Find() public method

public Find ( PropertyDescriptor propertyDescriptor, object key ) : int
propertyDescriptor System.ComponentModel.PropertyDescriptor
key object
return int

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

GetItemProperties() public method

public GetItemProperties ( PropertyDescriptor listAccessors ) : PropertyDescriptorCollection
listAccessors System.ComponentModel.PropertyDescriptor
return System.ComponentModel.PropertyDescriptorCollection

GetListName() public method

public GetListName ( PropertyDescriptor listAccessors ) : string
listAccessors System.ComponentModel.PropertyDescriptor
return string

IndexOf() public method

public IndexOf ( XPathNodeView value ) : int
value XPathNodeView
return int

Insert() public method

public Insert ( int index, XPathNodeView value ) : void
index int
value XPathNodeView
return void

Remove() public method

public Remove ( XPathNodeView value ) : void
value XPathNodeView
return void

RemoveIndex() public method

public RemoveIndex ( PropertyDescriptor propertyDescriptor ) : void
propertyDescriptor System.ComponentModel.PropertyDescriptor
return void

RemoveSort() public method

public RemoveSort ( ) : void
return void

XPathDocumentView() public method

public XPathDocumentView ( XPathDocument document ) : System
document System.Xml.XPath.XPathDocument
return System

XPathDocumentView() public method

public XPathDocumentView ( XPathDocument document, IXmlNamespaceResolver namespaceResolver ) : System
document System.Xml.XPath.XPathDocument
namespaceResolver IXmlNamespaceResolver
return System

XPathDocumentView() public method

public XPathDocumentView ( XPathDocument document, string xpath ) : System
document System.Xml.XPath.XPathDocument
xpath string
return System

XPathDocumentView() public method

public XPathDocumentView ( XPathDocument document, string xpath, IXmlNamespaceResolver namespaceResolver ) : System
document System.Xml.XPath.XPathDocument
xpath string
namespaceResolver IXmlNamespaceResolver
return System

XPathDocumentView() public method

public XPathDocumentView ( XPathDocument document, string xpath, IXmlNamespaceResolver namespaceResolver, bool showPrefixes ) : System
document System.Xml.XPath.XPathDocument
xpath string
namespaceResolver IXmlNamespaceResolver
showPrefixes bool
return System

this() public method

public this ( int index ) : XPathNodeView
index int
return XPathNodeView