Search Results for

    Show / Hide Table of Contents

    Interface ICustomAddonViewModel

    Must be implemented into all viewmodel, that should be extendable using a Addon-Table

    Namespace: Simplic.Framework.UI
    Assembly: Simplic.Framework.Base.dll
    Syntax
    public interface ICustomAddonViewModel

    Properties

    | Improve this Doc View Source

    AddonViewModel

    Gets or sets an instance of the addon view model

    Declaration
    AddonViewModel AddonViewModel { get; set; }
    Property Value
    Type Description
    AddonViewModel

    Methods

    | Improve this Doc View Source

    GetAddonPrimaryKey()

    Retuturns the value of the property that contains the primary key for the addon table

    Declaration
    object GetAddonPrimaryKey()
    Returns
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx