Class InstanceDataLinkerViewModel
Viewmodel for a instance data linker.
Inheritance
System.Object
InstanceDataLinkerViewModel
Implements
Namespace: Simplic.Studio.UI
Assembly: Simplic.Studio.UI.dll
Syntax
public class InstanceDataLinkerViewModel : ExtendableViewModel, IWindowViewModel<InstanceDataLinker>
Constructors
| Improve this Doc View SourceInstanceDataLinkerViewModel()
Construct a new InstanceDataLinkerViewModel.
Declaration
public InstanceDataLinkerViewModel()
Properties
| Improve this Doc View SourceFriendlyNameColumnName
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 |
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 |
ItemBoxName
Get/Set the name of the Itembox used by the linker.
Declaration
public string ItemBoxName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Model
Get the model.
Declaration
public InstanceDataLinker Model { get; }
Property Value
Type | Description |
---|---|
InstanceDataLinker |
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 SourceInitialize(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. |