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 SourceInstanceDataDisplayLink()
Construct a new InstanceDataDisplayLink.
Declaration
public InstanceDataDisplayLink()
Properties
| Improve this Doc View SourceDisplayName
The display name of the given element.
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ElementGuid
Guid of the element linked to.
Declaration
public Guid ElementGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
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 SourceOnRemoveButtonClick(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 SourceUnloaded
Event that is created when the remove button was clicked.
Declaration
public event RoutedEventHandler Unloaded
Event Type
Type | Description |
---|---|
System.Windows.RoutedEventHandler |