Class PersonalAccountGeneralLedgerGroupEditor
Interaction logic for PersonalAccountGeneralLedgerGroupEditor.xaml
Inheritance
System.Object
PersonalAccountGeneralLedgerGroupEditor
Namespace: Simplic.PlugIn.SAC.Contact.UI
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public class PersonalAccountGeneralLedgerGroupEditor : DefaultRibbonWindow
Constructors
| Improve this Doc View SourcePersonalAccountGeneralLedgerGroupEditor()
Initialize new editor instance
Declaration
public PersonalAccountGeneralLedgerGroupEditor()
Methods
| Improve this Doc View SourceEdit(IList<PersonalAccountGeneralLedgerGroup>)
Open the current window with a list of models
Declaration
public void Edit(IList<PersonalAccountGeneralLedgerGroup> models)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<PersonalAccountGeneralLedgerGroup> | models | List of models to edit |
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 |