Class FinancialYearEditor
Interaction logic for FinancialYearEditor.xaml
Implements
ISaveableLayout
IFocusableControlBase
Inherited Members
Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class FinancialYearEditor : DefaultRibbonWindow
Constructors
| Improve this Doc View SourceFinancialYearEditor()
Initialize new editor instance
Declaration
public FinancialYearEditor()
Methods
| Improve this Doc View SourceEdit(IList<FinancialYear>)
Open the current window with a list of fy obejcts
Declaration
public void Edit(IList<FinancialYear> yearList)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<FinancialYear> | yearList |
OnDelete(WindowDeleteEventArg)
Delete data
Declaration
public override void OnDelete(WindowDeleteEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowDeleteEventArg | e |
Overrides
| Improve this Doc View SourceOnOpenPage(WindowOpenPageEventArg)
Load ui information
Declaration
public override void OnOpenPage(WindowOpenPageEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowOpenPageEventArg | e |
Overrides
| Improve this Doc View SourceOnSave(WindowSaveEventArg)
Save ui information
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |
Overrides
Implements
ISaveableLayout
IFocusableControlBase