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.String |
WindowInterface
Gets the WindowIterface
Declaration
public override Type WindowInterface { get; }
Property Value
Type | Description |
---|---|
System.Type |
Methods
| Improve this Doc View SourceDelete(GridFunctionParameter)
Deletes selected ItemBoxes without opening the itemBoxWindow
Declaration
public GridInvokeMethodResult Delete(GridFunctionParameter parameter)
Parameters
Type | Name | Description |
---|---|---|
GridFunctionParameter | parameter | GridFunctionParameter object |
Returns
Type | Description |
---|---|
GridInvokeMethodResult | 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 |
---|---|---|
GridFunctionParameter | parameter |
Returns
Type | Description |
---|---|
GridInvokeMethodResult | State/Result for grid instructions. |