Search Results for

    Show / Hide Table of Contents

    Class FinancialYearEditor

    Interaction logic for FinancialYearEditor.xaml

    Inheritance
    System.Object
    FinancialYearEditor
    Namespace: Simplic.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class FinancialYearEditor : DefaultRibbonWindow

    Constructors

    | Improve this Doc View Source

    FinancialYearEditor()

    Initialize new editor instance

    Declaration
    public FinancialYearEditor()

    Methods

    | Improve this Doc View Source

    Edit(IList<FinancialYear>)

    Open the current window with a list of fy obejcts

    Declaration
    public void Edit(IList<FinancialYear> yearList)
    Parameters
    Type Name Description
    IList<FinancialYear> yearList
    | 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