C# Класс Accord.Controls.ArrayRowView

Represents a row from array view.
Наследование: ICustomTypeDescriptor, IEditableObject, IDataErrorInfo
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
System ( ) : EventDescriptorCollection

Does nothing.

System ( ) : PropertyDescriptorCollection

Описание методов

ArrayRowView() публичный метод

Initializes a new instance of the ArrayRowView class.
public ArrayRowView ( ArrayDataView owner, int index ) : System
owner ArrayDataView
index int
Результат System

BeginEdit() публичный метод

Does nothing.
public BeginEdit ( ) : void
Результат void

CancelEdit() публичный метод

Does nothing.
public CancelEdit ( ) : void
Результат void

EndEdit() публичный метод

Does nothing.
public EndEdit ( ) : void
Результат void

GetAttributes() публичный метод

Does nothing.
public GetAttributes ( ) : AttributeCollection
Результат System.ComponentModel.AttributeCollection

GetClassName() публичный метод

Gets the name of this class.
public GetClassName ( ) : string
Результат string

GetColumn() публичный метод

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.
Результат object

GetComponentName() публичный метод

Returns null.
public GetComponentName ( ) : string
Результат string

GetConverter() публичный метод

Returns null.
public GetConverter ( ) : TypeConverter
Результат System.ComponentModel.TypeConverter

GetDefaultEvent() публичный метод

Returns null.
public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
Результат System.ComponentModel.EventDescriptor

GetDefaultProperty() публичный метод

Returns null.
public GetDefaultProperty ( ) : PropertyDescriptor
Результат System.ComponentModel.PropertyDescriptor

GetEditor() публичный метод

Returns null.
public GetEditor ( Type editorBaseType ) : object
editorBaseType System.Type
Результат object

GetEvents() публичный метод

Does nothing.
public GetEvents ( Attribute attributes ) : EventDescriptorCollection
attributes System.Attribute
Результат System.ComponentModel.EventDescriptorCollection

GetProperties() публичный метод

Gets the values of the multidimensional array as properties.
public GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
attributes System.Attribute
Результат System.ComponentModel.PropertyDescriptorCollection

GetPropertyOwner() публичный метод

Gets the owner ArrayDataView.
public GetPropertyOwner ( PropertyDescriptor pd ) : object
pd System.ComponentModel.PropertyDescriptor
Результат object

SetColumnValue() публичный метод

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.
Результат void

this() публичный метод

Gets the error message for the property with the given name.
public this ( string columnName ) : string
columnName string
Результат string