C# Class PaulStovell.TrialBalance.UserInterface.AccountDetailsDialog

A dialog that displays the properties of an account. Designed to allow creation or updating of account details.
Inheritance: WizardDialog
Exibir arquivo Open project: PaulStovell/trial-balance Class Usage Examples

Public Methods

Method Description
Show ( ChangeCoordinator editableAccount ) : AccountDetailsDialog

Shows this dialog for a given account.

Show ( ChangeCoordinator editableAccount, WizardPageReturnEventHandler returnEventHandler ) : AccountDetailsDialog

Shows this dialog for a given account.

ShowNew ( Workbook workbook ) : AccountDetailsDialog

Shows the AccountDetailsDialog in a mode to create a new account.

Private Methods

Method Description
AccountDetailsDialog ( WizardPage wizardPage ) : System

Constructor.

Show ( Workbook workbook, ChangeCoordinator editableAccount, WizardPageReturnEventHandler returnEventHandler ) : AccountDetailsDialog

Shows this dialog for a given account.

Method Details

Show() public static method

Shows this dialog for a given account.
public static Show ( ChangeCoordinator editableAccount ) : AccountDetailsDialog
editableAccount ChangeCoordinator An around a given account to show.
return AccountDetailsDialog

Show() public static method

Shows this dialog for a given account.
public static Show ( ChangeCoordinator editableAccount, WizardPageReturnEventHandler returnEventHandler ) : AccountDetailsDialog
editableAccount ChangeCoordinator An around a given account to show.
returnEventHandler WizardPageReturnEventHandler
return AccountDetailsDialog

ShowNew() public static method

Shows the AccountDetailsDialog in a mode to create a new account.
public static ShowNew ( Workbook workbook ) : AccountDetailsDialog
workbook Workbook
return AccountDetailsDialog