Search Results for

    Show / Hide Table of Contents

    Class InstanceDataLinkerViewModel

    Viewmodel for a instance data linker.

    Inheritance
    System.Object
    InstanceDataLinkerViewModel
    Implements
    IWindowViewModel<InstanceDataLinker>
    Namespace: Simplic.Studio.UI
    Assembly: Simplic.Studio.UI.dll
    Syntax
    public class InstanceDataLinkerViewModel : ExtendableViewModel, IWindowViewModel<InstanceDataLinker>

    Constructors

    | Improve this Doc View Source

    InstanceDataLinkerViewModel()

    Construct a new InstanceDataLinkerViewModel.

    Declaration
    public InstanceDataLinkerViewModel()

    Properties

    | Improve this Doc View Source

    FriendlyNameColumnName

    Get/Set the name of the friendly name column used by the linker.

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

    GuidColumnName

    Get/Set the name of the Guid column used by the linker.

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

    ItemBoxName

    Get/Set the name of the Itembox used by the linker.

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

    Model

    Get the model.

    Declaration
    public InstanceDataLinker Model { get; }
    Property Value
    Type Description
    InstanceDataLinker
    | Improve this Doc View Source

    StackGuid

    Get/Set the stack guid of the model.

    When a model is already associated with the given stack the user will be asked to edit it instead.

    Declaration
    public Guid StackGuid { get; set; }
    Property Value
    Type Description
    System.Guid

    Methods

    | Improve this Doc View Source

    Initialize(InstanceDataLinker)

    Initialize the viewmodel with the given model.

    Declaration
    public void Initialize(InstanceDataLinker model)
    Parameters
    Type Name Description
    InstanceDataLinker model

    The model to be used by the viewmodel.

    Implements

    IWindowViewModel<TModel>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx