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

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

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

Метод Описание
BeginEdit ( ) : void
CancelEdit ( ) : void
EndEdit ( ) : void
GetAttributes ( ) : AttributeCollection
GetClassName ( ) : string
GetComponentName ( ) : string
GetConverter ( ) : TypeConverter
GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
GetDefaultProperty ( ) : PropertyDescriptor
GetEditor ( Type editorBaseType ) : object
GetEvents ( Attribute attributes ) : EventDescriptorCollection
GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
GetPropertyOwner ( PropertyDescriptor pd ) : object
this ( string columnName ) : string

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

Метод Описание
ArrayRowView ( ArrayDataView owner, int index ) : System
GetColumn ( int index ) : object
SetColumnValue ( int index, object value ) : void
System ( ) : EventDescriptorCollection
System ( ) : PropertyDescriptorCollection

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

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

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

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

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

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

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

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

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

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

public GetClassName ( ) : string
Результат string

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

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

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

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

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

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

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

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

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

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

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

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

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

public GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
attributes System.Attribute
Результат System.ComponentModel.PropertyDescriptorCollection

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

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

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

public this ( string columnName ) : string
columnName string
Результат string