Class ItemBoxApplicationHelper
Used for using ItemBox in Simplic Studio
Inheritance
System.Object
ItemBoxApplicationHelper
Namespace: Simplic.Studio.UI
Assembly: Simplic.Studio.UI.dll
Syntax
public class ItemBoxApplicationHelper : GridWindowApplicationHelper<int, ItemBox, ItemBoxViewModel>
Properties
| Improve this Doc View SourcePrimaryKeyColumn
Gets the PrimaryKeyColumn
Declaration
public override string PrimaryKeyColumn { get; }
Property Value
Type | Description |
---|---|
System. |
WindowInterface
Gets the WindowIterface
Declaration
public override Type WindowInterface { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
| Improve this Doc View SourceDelete(GridFunctionParameter)
Deletes selected ItemBoxes without opening the itemBoxWindow
Declaration
public GridInvokeMethodResult Delete(GridFunctionParameter parameter)
Parameters
Type | Name | Description |
---|---|---|
Grid |
parameter | GridFunctionParameter object |
Returns
Type | Description |
---|---|
Grid |
GridInvokeMethodResult object where RefreshGrid equals true if deletion was performed |
SetExport(GridFunctionParameter)
Export item box.
Declaration
public GridInvokeMethodResult SetExport(GridFunctionParameter parameter)
Parameters
Type | Name | Description |
---|---|---|
Grid |
parameter |
Returns
Type | Description |
---|---|
Grid |
State/Result for grid instructions. |