Class ContactSubTypeEditor
Interaktionslogik für ContactTypeEditor.xaml
Inheritance
System.Object
ContactSubTypeEditor
Namespace: Simplic.PlugIn.SAC.Contact
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public class ContactSubTypeEditor : DefaultRibbonWindow
Constructors
| Improve this Doc View SourceContactSubTypeEditor()
Initialize a new ContactTypeEditor
Declaration
public ContactSubTypeEditor()
Properties
| Improve this Doc View SourceCurrent
Gets the current DataContext as ContactTypeViewModel
Declaration
public ContactSubTypeViewModel Current { get; }
Property Value
Type | Description |
---|---|
ContactSubTypeViewModel |
Methods
| Improve this Doc View SourceNew()
Makes a new ContactType and adds it as a PagingObject
Declaration
public void New()
OnDelete(WindowDeleteEventArg)
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)
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |