C# 클래스 AnimatGuiCtrls.Controls.ArrayRowView

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

공개 메소드들

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