C# 클래스 AnimatGuiCtrls.Controls.ArrayDataView

Represents a databindable, customized view of two dimentional array
상속: IBindingList
파일 보기 프로젝트 열기: NeuroRoboticTech/AnimatLabPublicSource 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnListChanged void

공개 메소드들

메소드 설명
Add ( object value ) : int
AddIndex ( PropertyDescriptor property ) : void
AddNew ( ) : object
ApplySort ( PropertyDescriptor property, System direction ) : void
ArrayDataView ( Array array ) : System

Initializes a new ArrayDataView from array.

ArrayDataView ( Array array, object colnames ) : System

Initializes a new ArrayDataView from array with custom column names.

ArrayDataView ( Array array, object colnames, bool bReadonly ) : System
Clear ( ) : void
Contains ( object value ) : bool
CopyTo ( System array, int index ) : void
Find ( PropertyDescriptor property, object key ) : int
GetEnumerator ( ) : System.Collections.IEnumerator
IndexOf ( object value ) : int
Insert ( int index, object value ) : void
Remove ( object value ) : void
RemoveAt ( int index ) : void
RemoveIndex ( PropertyDescriptor property ) : void
RemoveSort ( ) : void
Reset ( ) : void
this ( int index ) : object

비공개 메소드들

메소드 설명
OnListChanged ( ListChangedEventArgs e ) : void

메소드 상세

Add() 공개 메소드

public Add ( object value ) : int
value object
리턴 int

AddIndex() 공개 메소드

public AddIndex ( PropertyDescriptor property ) : void
property System.ComponentModel.PropertyDescriptor
리턴 void

AddNew() 공개 메소드

public AddNew ( ) : object
리턴 object

ApplySort() 공개 메소드

public ApplySort ( PropertyDescriptor property, System direction ) : void
property System.ComponentModel.PropertyDescriptor
direction System
리턴 void

ArrayDataView() 공개 메소드

Initializes a new ArrayDataView from array.
public ArrayDataView ( Array array ) : System
array System.Array array of data.
리턴 System

ArrayDataView() 공개 메소드

Initializes a new ArrayDataView from array with custom column names.
public ArrayDataView ( Array array, object colnames ) : System
array System.Array array of data.
colnames object collection of column names.
리턴 System

ArrayDataView() 공개 메소드

public ArrayDataView ( Array array, object colnames, bool bReadonly ) : System
array System.Array
colnames object
bReadonly bool
리턴 System

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( object value ) : bool
value object
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( System array, int index ) : void
array System
index int
리턴 void

Find() 공개 메소드

public Find ( PropertyDescriptor property, object key ) : int
property System.ComponentModel.PropertyDescriptor
key object
리턴 int

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : System.Collections.IEnumerator
리턴 System.Collections.IEnumerator

IndexOf() 공개 메소드

public IndexOf ( object value ) : int
value object
리턴 int

Insert() 공개 메소드

public Insert ( int index, object value ) : void
index int
value object
리턴 void

Remove() 공개 메소드

public Remove ( object value ) : void
value object
리턴 void

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void

RemoveIndex() 공개 메소드

public RemoveIndex ( PropertyDescriptor property ) : void
property System.ComponentModel.PropertyDescriptor
리턴 void

RemoveSort() 공개 메소드

public RemoveSort ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

this() 공개 메소드

public this ( int index ) : object
index int
리턴 object