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

Inheritance: IXPathNavigable, ICustomTypeDescriptor, INotifyPropertyChanged
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
Column object
XPathNodeView System

Méthodes publiques

Méthode Description
CreateNavigator ( ) : XPathNavigator
GetAttributes ( ) : AttributeCollection
GetClassName ( ) : String
GetComponentName ( ) : String
GetConverter ( ) : TypeConverter
GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
GetDefaultProperty ( ) : PropertyDescriptor
GetEditor ( Type editorBaseType ) : object
GetEvents ( ) : EventDescriptorCollection
GetEvents ( Attribute attributes ) : EventDescriptorCollection
GetProperties ( ) : PropertyDescriptorCollection
GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
GetPropertyOwner ( PropertyDescriptor pd ) : object
this ( int fieldIndex ) : object
this ( string fieldname ) : object

Private Methods

Méthode Description
Column ( int index ) : object
XPathNodeView ( XPathDocumentView col, System.Xml.XPath.XPathNode rowNd, object columns ) : System

Method Details

CreateNavigator() public méthode

public CreateNavigator ( ) : XPathNavigator
Résultat System.Xml.XPath.XPathNavigator

GetAttributes() public méthode

public GetAttributes ( ) : AttributeCollection
Résultat System.ComponentModel.AttributeCollection

GetClassName() public méthode

public GetClassName ( ) : String
Résultat String

GetComponentName() public méthode

public GetComponentName ( ) : String
Résultat String

GetConverter() public méthode

public GetConverter ( ) : TypeConverter
Résultat System.ComponentModel.TypeConverter

GetDefaultEvent() public méthode

public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
Résultat System.ComponentModel.EventDescriptor

GetDefaultProperty() public méthode

public GetDefaultProperty ( ) : PropertyDescriptor
Résultat System.ComponentModel.PropertyDescriptor

GetEditor() public méthode

public GetEditor ( Type editorBaseType ) : object
editorBaseType System.Type
Résultat object

GetEvents() public méthode

public GetEvents ( ) : EventDescriptorCollection
Résultat System.ComponentModel.EventDescriptorCollection

GetEvents() public méthode

public GetEvents ( Attribute attributes ) : EventDescriptorCollection
attributes System.Attribute
Résultat System.ComponentModel.EventDescriptorCollection

GetProperties() public méthode

public GetProperties ( ) : PropertyDescriptorCollection
Résultat System.ComponentModel.PropertyDescriptorCollection

GetProperties() public méthode

public GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
attributes System.Attribute
Résultat System.ComponentModel.PropertyDescriptorCollection

GetPropertyOwner() public méthode

public GetPropertyOwner ( PropertyDescriptor pd ) : object
pd System.ComponentModel.PropertyDescriptor
Résultat object

this() public méthode

public this ( int fieldIndex ) : object
fieldIndex int
Résultat object

this() public méthode

public this ( string fieldname ) : object
fieldname string
Résultat object