Interface IItemBoxRepository
Interface of ItemBoxRepository
Namespace: Simplic.Studio
Assembly: Simplic.Studio.dll
Syntax
public interface IItemBoxRepository
Methods
| Improve this Doc View SourceGetByName(String)
Declaration
ItemBox GetByName(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
ItemBox |