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 SourcePrimaryKeyColumn
The name of the column containing a identifying value.
Declaration
public override string PrimaryKeyColumn { get; }
Property Value
Type | Description |
---|---|
System.String |
WindowInterface
The type of the window interface.
Declaration
public override Type WindowInterface { get; }
Property Value
Type | Description |
---|---|
System.Type |
Methods
| Improve this Doc View SourceDelete(GridFunctionParameter)
Delete all currently selected linkers.
Declaration
public GridInvokeMethodResult Delete(GridFunctionParameter parameter)
Parameters
Type | Name | Description |
---|---|---|
GridFunctionParameter | parameter |
Returns
Type | Description |
---|---|
GridInvokeMethodResult |
GetWindowInstance()
Get a instance of the app window.
Declaration
public override IWindow<Guid, InstanceDataLinker, InstanceDataLinkerViewModel> GetWindowInstance()
Returns
Type | Description |
---|---|
IWindow<System.Guid, InstanceDataLinker, InstanceDataLinkerViewModel> |