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

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

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

public Add ( XPathNodeView value ) : int
value XPathNodeView
리턴 int

AddIndex() 공개 메소드

public AddIndex ( PropertyDescriptor descriptor ) : void
descriptor System.ComponentModel.PropertyDescriptor
리턴 void

AddNew() 공개 메소드

public AddNew ( ) : object
리턴 object

ApplySort() 공개 메소드

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

Contains() 공개 메소드

public Contains ( XPathNodeView value ) : bool
value XPathNodeView
리턴 bool

CopyTo() 공개 메소드

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

CopyTo() 공개 메소드

public CopyTo ( XPathNodeView array, int index ) : void
array XPathNodeView
index int
리턴 void

Find() 공개 메소드

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

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

GetItemProperties() 공개 메소드

public GetItemProperties ( PropertyDescriptor listAccessors ) : PropertyDescriptorCollection
listAccessors System.ComponentModel.PropertyDescriptor
리턴 System.ComponentModel.PropertyDescriptorCollection

GetListName() 공개 메소드

public GetListName ( PropertyDescriptor listAccessors ) : string
listAccessors System.ComponentModel.PropertyDescriptor
리턴 string

IndexOf() 공개 메소드

public IndexOf ( XPathNodeView value ) : int
value XPathNodeView
리턴 int

Insert() 공개 메소드

public Insert ( int index, XPathNodeView value ) : void
index int
value XPathNodeView
리턴 void

Remove() 공개 메소드

public Remove ( XPathNodeView value ) : void
value XPathNodeView
리턴 void

RemoveIndex() 공개 메소드

public RemoveIndex ( PropertyDescriptor propertyDescriptor ) : void
propertyDescriptor System.ComponentModel.PropertyDescriptor
리턴 void

RemoveSort() 공개 메소드

public RemoveSort ( ) : void
리턴 void

XPathDocumentView() 공개 메소드

public XPathDocumentView ( XPathDocument document ) : System
document System.Xml.XPath.XPathDocument
리턴 System

XPathDocumentView() 공개 메소드

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

XPathDocumentView() 공개 메소드

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

XPathDocumentView() 공개 메소드

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

XPathDocumentView() 공개 메소드

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

this() 공개 메소드

public this ( int index ) : XPathNodeView
index int
리턴 XPathNodeView