C# 클래스 Accord.Controls.ArrayRowView

Represents a row from array view.
상속: ICustomTypeDescriptor, IEditableObject, IDataErrorInfo
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

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