Class RepresentativeGroupConfigurator
Code behind for the RepresentativeGroup Window
Inheritance
System.Object
RepresentativeGroupConfigurator
Namespace: Simplic.PlugIn.SAC.Contact
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public class RepresentativeGroupConfigurator : DefaultRibbonWindow
Constructors
| Improve this Doc View SourceRepresentativeGroupConfigurator()
Initialize a new configurator instance
Declaration
public RepresentativeGroupConfigurator()
Properties
| Improve this Doc View SourceCurrent
Gets the DataContext as Representative Group
Declaration
public RepresentativeGroup Current { get; }
Property Value
Type | Description |
---|---|
RepresentativeGroup |
Methods
| Improve this Doc View SourceNew()
Create new Representative Group.
Declaration
public void New()
OnDelete(WindowDeleteEventArg)
Delete current Representative Group
Declaration
public override void OnDelete(WindowDeleteEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowDeleteEventArg | e |
OnOpenPage(WindowOpenPageEventArg)
Declaration
public override void OnOpenPage(WindowOpenPageEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowOpenPageEventArg | e |
OnSave(WindowSaveEventArg)
Save current Representative Group
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |