Search Results for

    Show / Hide Table of Contents

    Class InsuranceTypeEditor

    Interaction logic for InsuranceTypeEditor.xaml

    Inheritance
    System.Object
    InsuranceTypeEditor
    Namespace: Simplic.PlugIn.Logistics.UI
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class InsuranceTypeEditor : DefaultRibbonWindow

    Constructors

    | Improve this Doc View Source

    InsuranceTypeEditor()

    Initialize new editor instance

    Declaration
    public InsuranceTypeEditor()

    Methods

    | Improve this Doc View Source

    Edit(IList<InsuranceType>)

    Open the current window with a list of models

    Declaration
    public void Edit(IList<InsuranceType> models)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<InsuranceType> models

    List of models to edit

    | Improve this Doc View Source

    OnDelete(WindowDeleteEventArg)

    Delete data

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

    OnOpenPage(WindowOpenPageEventArg)

    Load ui information

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

    OnSave(WindowSaveEventArg)

    Save ui information

    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