Search Results for

    Show / Hide Table of Contents

    Class CallListSqlTemplateEditor

    Interaction logic for CallListSqlTemplateEditor.xaml

    Inheritance
    System.Object
    CallListSqlTemplateEditor
    Namespace: Simplic.PlugIn.SAC.Contact
    Assembly: Simplic.PlugIn.SAC.dll
    Syntax
    public class CallListSqlTemplateEditor : DefaultRibbonWindow

    Constructors

    | Improve this Doc View Source

    CallListSqlTemplateEditor()

    Initialize new SQL editor

    Declaration
    public CallListSqlTemplateEditor()

    Properties

    | Improve this Doc View Source

    Current

    Gets current data context as CallListSqlTemplateViewModel

    Declaration
    public CallListSqlTemplateViewModel Current { get; }
    Property Value
    Type Description
    CallListSqlTemplateViewModel

    Methods

    | Improve this Doc View Source

    New()

    Show window in new mode

    Declaration
    public void New()
    | Improve this Doc View Source

    OnDelete(WindowDeleteEventArg)

    Delete template event

    Declaration
    public override void OnDelete(WindowDeleteEventArg e)
    Parameters
    Type Name Description
    WindowDeleteEventArg e
    | Improve this Doc View Source

    OnOpenPage(WindowOpenPageEventArg)

    On paging event / load

    Declaration
    public override void OnOpenPage(WindowOpenPageEventArg e)
    Parameters
    Type Name Description
    WindowOpenPageEventArg e
    | Improve this Doc View Source

    OnSave(WindowSaveEventArg)

    Save data event

    Declaration
    public override void OnSave(WindowSaveEventArg e)
    Parameters
    Type Name Description
    WindowSaveEventArg e
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx