C# Class Accord.Controls.ArrayRowView

Represents a row from array view.
Inheritance: ICustomTypeDescriptor, IEditableObject, IDataErrorInfo
Afficher le fichier Open project: accord-net/framework Class Usage Examples

Méthodes publiques

Méthode Description
ArrayRowView ( ArrayDataView owner, int index ) : System

Initializes a new instance of the ArrayRowView class.

BeginEdit ( ) : void

Does nothing.

CancelEdit ( ) : void

Does nothing.

EndEdit ( ) : void

Does nothing.

GetAttributes ( ) : AttributeCollection

Does nothing.

GetClassName ( ) : string

Gets the name of this class.

GetColumn ( int index ) : object

Gets the value at the specified position of this row.

GetComponentName ( ) : string

Returns null.

GetConverter ( ) : TypeConverter

Returns null.

GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor

Returns null.

GetDefaultProperty ( ) : PropertyDescriptor

Returns null.

GetEditor ( Type editorBaseType ) : object

Returns null.

GetEvents ( Attribute attributes ) : EventDescriptorCollection

Does nothing.

GetProperties ( Attribute attributes ) : PropertyDescriptorCollection

Gets the values of the multidimensional array as properties.

GetPropertyOwner ( PropertyDescriptor pd ) : object

Gets the owner ArrayDataView.

SetColumnValue ( int index, object value ) : void

Sets a value to the element at the specified position of this row.

this ( string columnName ) : string

Gets the error message for the property with the given name.

Private Methods

Méthode Description
System ( ) : EventDescriptorCollection

Does nothing.

System ( ) : PropertyDescriptorCollection

Method Details

ArrayRowView() public méthode

Initializes a new instance of the ArrayRowView class.
public ArrayRowView ( ArrayDataView owner, int index ) : System
owner ArrayDataView
index int
Résultat System

BeginEdit() public méthode

Does nothing.
public BeginEdit ( ) : void
Résultat void

CancelEdit() public méthode

Does nothing.
public CancelEdit ( ) : void
Résultat void

EndEdit() public méthode

Does nothing.
public EndEdit ( ) : void
Résultat void

GetAttributes() public méthode

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

GetClassName() public méthode

Gets the name of this class.
public GetClassName ( ) : string
Résultat string

GetColumn() public méthode

Gets the value at the specified position of this row.
public GetColumn ( int index ) : object
index int The column index of the element to get.
Résultat object

GetComponentName() public méthode

Returns null.
public GetComponentName ( ) : string
Résultat string

GetConverter() public méthode

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

GetDefaultEvent() public méthode

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

GetDefaultProperty() public méthode

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

GetEditor() public méthode

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

GetEvents() public méthode

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

GetProperties() public méthode

Gets the values of the multidimensional array as properties.
public GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
attributes System.Attribute
Résultat System.ComponentModel.PropertyDescriptorCollection

GetPropertyOwner() public méthode

Gets the owner ArrayDataView.
public GetPropertyOwner ( PropertyDescriptor pd ) : object
pd System.ComponentModel.PropertyDescriptor
Résultat object

SetColumnValue() public méthode

Sets a value to the element at the specified position of this row.
public SetColumnValue ( int index, object value ) : void
index int The index of the element to set.
value object The new value for the specified element.
Résultat void

this() public méthode

Gets the error message for the property with the given name.
public this ( string columnName ) : string
columnName string
Résultat string