C# Class AnimatGuiCtrls.Controls.ArrayDataView

Represents a databindable, customized view of two dimentional array
Inheritance: IBindingList
Afficher le fichier Open project: NeuroRoboticTech/AnimatLabPublicSource Class Usage Examples

Private Properties

Свойство Type Description
OnListChanged void

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
OnListChanged ( ListChangedEventArgs e ) : void

Method Details

Add() public méthode

public Add ( object value ) : int
value object
Résultat int

AddIndex() public méthode

public AddIndex ( PropertyDescriptor property ) : void
property System.ComponentModel.PropertyDescriptor
Résultat void

AddNew() public méthode

public AddNew ( ) : object
Résultat object

ApplySort() public méthode

public ApplySort ( PropertyDescriptor property, System direction ) : void
property System.ComponentModel.PropertyDescriptor
direction System
Résultat void

ArrayDataView() public méthode

Initializes a new ArrayDataView from array.
public ArrayDataView ( Array array ) : System
array System.Array array of data.
Résultat System

ArrayDataView() public méthode

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.
Résultat System

ArrayDataView() public méthode

public ArrayDataView ( Array array, object colnames, bool bReadonly ) : System
array System.Array
colnames object
bReadonly bool
Résultat System

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( object value ) : bool
value object
Résultat bool

CopyTo() public méthode

public CopyTo ( System array, int index ) : void
array System
index int
Résultat void

Find() public méthode

public Find ( PropertyDescriptor property, object key ) : int
property System.ComponentModel.PropertyDescriptor
key object
Résultat int

GetEnumerator() public méthode

public GetEnumerator ( ) : System.Collections.IEnumerator
Résultat System.Collections.IEnumerator

IndexOf() public méthode

public IndexOf ( object value ) : int
value object
Résultat int

Insert() public méthode

public Insert ( int index, object value ) : void
index int
value object
Résultat void

Remove() public méthode

public Remove ( object value ) : void
value object
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

RemoveIndex() public méthode

public RemoveIndex ( PropertyDescriptor property ) : void
property System.ComponentModel.PropertyDescriptor
Résultat void

RemoveSort() public méthode

public RemoveSort ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

this() public méthode

public this ( int index ) : object
index int
Résultat object