C# Class Xwt.WPFBackend.ListDataSource

Inheritance: Xwt.WPFBackend.Backend, IListStoreBackend, INotifyCollectionChanged, IEnumerable
Mostrar archivo Open project: TheBrainTech/xwt

Public Methods

Method 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

Method Description
OnRowChanged ( ListRowEventArgs e ) : void
OnRowDeleted ( ListRowEventArgs e ) : void
OnRowInserted ( ListRowEventArgs e ) : void

Method Details

AddRow() public method

public AddRow ( ) : int
return int

Clear() public method

public Clear ( ) : void
return void

DisableEvent() public method

public DisableEvent ( object eventId ) : void
eventId object
return void

EnableEvent() public method

public EnableEvent ( object eventId ) : void
eventId object
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

GetValue() public method

public GetValue ( int row, int column ) : object
row int
column int
return object

Initialize() public method

public Initialize ( Type types ) : void
types System.Type
return void

InsertRowAfter() public method

public InsertRowAfter ( int row ) : int
row int
return int

InsertRowBefore() public method

public InsertRowBefore ( int row ) : int
row int
return int

RemoveRow() public method

public RemoveRow ( int row ) : void
row int
return void

SetValue() public method

public SetValue ( int row, int column, object value ) : void
row int
column int
value object
return void