Search Results for

    Show / Hide Table of Contents

    Class InstanceDataLinkerApplicationHelper

    Inheritance
    System.Object
    InstanceDataLinkerApplicationHelper
    Namespace: Simplic.Studio.UI
    Assembly: Simplic.Studio.UI.dll
    Syntax
    public class InstanceDataLinkerApplicationHelper : GridWindowApplicationHelper<Guid, InstanceDataLinker, InstanceDataLinkerViewModel>

    Properties

    | Improve this Doc View Source

    PrimaryKeyColumn

    The name of the column containing a identifying value.

    Declaration
    public override string PrimaryKeyColumn { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    WindowInterface

    The type of the window interface.

    Declaration
    public override Type WindowInterface { get; }
    Property Value
    Type Description
    System.Type

    Methods

    | Improve this Doc View Source

    Delete(GridFunctionParameter)

    Delete all currently selected linkers.

    Declaration
    public GridInvokeMethodResult Delete(GridFunctionParameter parameter)
    Parameters
    Type Name Description
    GridFunctionParameter parameter
    Returns
    Type Description
    GridInvokeMethodResult
    | Improve this Doc View Source

    GetWindowInstance()

    Get a instance of the app window.

    Declaration
    public override IWindow<Guid, InstanceDataLinker, InstanceDataLinkerViewModel> GetWindowInstance()
    Returns
    Type Description
    IWindow<System.Guid, InstanceDataLinker, InstanceDataLinkerViewModel>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx