Interface IItemBoxProfileRepository
Interface of ItemBoxProfileRepository
Namespace: Simplic.Studio
Assembly: Simplic.Studio.dll
Syntax
public interface IItemBoxProfileRepository
Methods
| Improve this Doc View SourceGetByItemBoxIdent(Int32)
Declaration
IEnumerable<ItemBoxProfile> GetByItemBoxIdent(int ident)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | ident |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<ItemBoxProfile> |