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
Afficher le fichier Open project: PaulStovell/trial-balance Class Usage Examples

Méthodes publiques

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

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

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

Show() public static méthode

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
Résultat AccountDetailsDialog

ShowNew() public static méthode

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