Search Results for

    Show / Hide Table of Contents

    Class InstanceDataDisplayLink

    The helper model for the visual display of a instance data link.

    Inheritance
    System.Object
    InstanceDataDisplayLink
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Studio.UI
    Assembly: Simplic.Studio.UI.dll
    Syntax
    public class InstanceDataDisplayLink

    Constructors

    | Improve this Doc View Source

    InstanceDataDisplayLink()

    Construct a new InstanceDataDisplayLink.

    Declaration
    public InstanceDataDisplayLink()

    Properties

    | Improve this Doc View Source

    DisplayName

    The display name of the given element.

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

    ElementGuid

    Guid of the element linked to.

    Declaration
    public Guid ElementGuid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    RemoveCommand

    Command to remove the link from the link box.

    Declaration
    public ICommand RemoveCommand { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand

    Methods

    | Improve this Doc View Source

    OnRemoveButtonClick(Object)

    Event handler for remove button click.

    Declaration
    public void OnRemoveButtonClick(object o)
    Parameters
    Type Name Description
    System.Object o

    Events

    | Improve this Doc View Source

    Unloaded

    Event that is created when the remove button was clicked.

    Declaration
    public event RoutedEventHandler Unloaded
    Event Type
    Type Description
    System.Windows.RoutedEventHandler
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx