Class FinancialYearPeriodStatusEditor
Interaction logic for FinancialYearPeriodStatusEditor.xaml
Inheritance
System.Object
FinancialYearPeriodStatusEditor
Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class FinancialYearPeriodStatusEditor : DefaultRibbonWindow
Constructors
| Improve this Doc View SourceFinancialYearPeriodStatusEditor()
Initialize new editor instance
Declaration
public FinancialYearPeriodStatusEditor()
Methods
| Improve this Doc View SourceEdit(IList<FinancialYearPeriodStatus>)
Open the current window with a list of status obejcts
Declaration
public void Edit(IList<FinancialYearPeriodStatus> statusList)
Parameters
Type | Name | Description |
---|---|---|
IList<FinancialYearPeriodStatus> | statusList |
OnDelete(WindowDeleteEventArg)
Delete data
Declaration
public override void OnDelete(WindowDeleteEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowDeleteEventArg | e |
OnOpenPage(WindowOpenPageEventArg)
Load ui information
Declaration
public override void OnOpenPage(WindowOpenPageEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowOpenPageEventArg | e |
OnSave(WindowSaveEventArg)
Save ui information
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |