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