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

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

Private Properties

Свойство 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

Méthodes publiques

Méthode 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

Méthode 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 méthode

public Add ( XPathNodeView value ) : int
value XPathNodeView
Résultat int

AddIndex() public méthode

public AddIndex ( PropertyDescriptor descriptor ) : void
descriptor System.ComponentModel.PropertyDescriptor
Résultat void

AddNew() public méthode

public AddNew ( ) : object
Résultat object

ApplySort() public méthode

public ApplySort ( PropertyDescriptor descriptor, ListSortDirection direction ) : void
descriptor System.ComponentModel.PropertyDescriptor
direction ListSortDirection
Résultat void

Contains() public méthode

public Contains ( XPathNodeView value ) : bool
value XPathNodeView
Résultat bool

CopyTo() public méthode

public CopyTo ( Array array, int index ) : void
array System.Array
index int
Résultat void

CopyTo() public méthode

public CopyTo ( XPathNodeView array, int index ) : void
array XPathNodeView
index int
Résultat void

Find() public méthode

public Find ( PropertyDescriptor propertyDescriptor, object key ) : int
propertyDescriptor System.ComponentModel.PropertyDescriptor
key object
Résultat int

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

GetItemProperties() public méthode

public GetItemProperties ( PropertyDescriptor listAccessors ) : PropertyDescriptorCollection
listAccessors System.ComponentModel.PropertyDescriptor
Résultat System.ComponentModel.PropertyDescriptorCollection

GetListName() public méthode

public GetListName ( PropertyDescriptor listAccessors ) : string
listAccessors System.ComponentModel.PropertyDescriptor
Résultat string

IndexOf() public méthode

public IndexOf ( XPathNodeView value ) : int
value XPathNodeView
Résultat int

Insert() public méthode

public Insert ( int index, XPathNodeView value ) : void
index int
value XPathNodeView
Résultat void

Remove() public méthode

public Remove ( XPathNodeView value ) : void
value XPathNodeView
Résultat void

RemoveIndex() public méthode

public RemoveIndex ( PropertyDescriptor propertyDescriptor ) : void
propertyDescriptor System.ComponentModel.PropertyDescriptor
Résultat void

RemoveSort() public méthode

public RemoveSort ( ) : void
Résultat void

XPathDocumentView() public méthode

public XPathDocumentView ( XPathDocument document ) : System
document System.Xml.XPath.XPathDocument
Résultat System

XPathDocumentView() public méthode

public XPathDocumentView ( XPathDocument document, IXmlNamespaceResolver namespaceResolver ) : System
document System.Xml.XPath.XPathDocument
namespaceResolver IXmlNamespaceResolver
Résultat System

XPathDocumentView() public méthode

public XPathDocumentView ( XPathDocument document, string xpath ) : System
document System.Xml.XPath.XPathDocument
xpath string
Résultat System

XPathDocumentView() public méthode

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

XPathDocumentView() public méthode

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

this() public méthode

public this ( int index ) : XPathNodeView
index int
Résultat XPathNodeView