C# Class Xwt.WPFBackend.ListDataSource

Inheritance: Xwt.WPFBackend.Backend, IListStoreBackend, INotifyCollectionChanged, IEnumerable
Afficher le fichier Open project: TheBrainTech/xwt

Méthodes publiques

Méthode Description
AddRow ( ) : int
Clear ( ) : void
DisableEvent ( object eventId ) : void
EnableEvent ( object eventId ) : void
GetEnumerator ( ) : IEnumerator
GetValue ( int row, int column ) : object
Initialize ( Type types ) : void
InsertRowAfter ( int row ) : int
InsertRowBefore ( int row ) : int
RemoveRow ( int row ) : void
SetValue ( int row, int column, object value ) : void

Private Methods

Méthode Description
OnRowChanged ( ListRowEventArgs e ) : void
OnRowDeleted ( ListRowEventArgs e ) : void
OnRowInserted ( ListRowEventArgs e ) : void

Method Details

AddRow() public méthode

public AddRow ( ) : int
Résultat int

Clear() public méthode

public Clear ( ) : void
Résultat void

DisableEvent() public méthode

public DisableEvent ( object eventId ) : void
eventId object
Résultat void

EnableEvent() public méthode

public EnableEvent ( object eventId ) : void
eventId object
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

GetValue() public méthode

public GetValue ( int row, int column ) : object
row int
column int
Résultat object

Initialize() public méthode

public Initialize ( Type types ) : void
types System.Type
Résultat void

InsertRowAfter() public méthode

public InsertRowAfter ( int row ) : int
row int
Résultat int

InsertRowBefore() public méthode

public InsertRowBefore ( int row ) : int
row int
Résultat int

RemoveRow() public méthode

public RemoveRow ( int row ) : void
row int
Résultat void

SetValue() public méthode

public SetValue ( int row, int column, object value ) : void
row int
column int
value object
Résultat void