C# Class Coin.CtlTransactions

Interaction logic for c_transactions.xaml
Inheritance: System.Windows.Controls.UserControl
ファイルを表示 Open project: ufasoft/coin

Public Properties

Property Type Description
Transactions ObservableCollection

Private Properties

Property Type Description
FormTransactions_Closed void
GetSelectedTransaction Tx
OnEditComment void
OnTxInfo void
lv_MouseDoubleClick void

Public Methods

Method Description
CtlTransactions ( ) : System
EndInit ( ) : void
InitLoaded ( ) : void
ShowTxInfo ( Tx tx ) : void
UpdateTransactions ( ) : void

Private Methods

Method Description
FormTransactions_Closed ( object sender, EventArgs e ) : void
GetSelectedTransaction ( ) : Tx
OnEditComment ( object sender, RoutedEventArgs e ) : void
OnTxInfo ( object sender, RoutedEventArgs e ) : void
lv_MouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

CtlTransactions() public method

public CtlTransactions ( ) : System
return System

EndInit() public method

public EndInit ( ) : void
return void

InitLoaded() public method

public InitLoaded ( ) : void
return void

ShowTxInfo() public method

public ShowTxInfo ( Tx tx ) : void
tx Tx
return void

UpdateTransactions() public method

public UpdateTransactions ( ) : void
return void

Property Details

Transactions public_oe property

public ObservableCollection Transactions
return ObservableCollection