Namespace: Resto.Front.Api.V3.Data.Assortment
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax
C#
public interface IProduct : IEntity, ISerializable
The IProduct type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | GetGroupModifiers |
Returns groupModifiers of the specified product.
(Defined by ProductExtensions.) |
![]() | GetIncludedInMenuSections |
Returns includedInMenuSections of the specified product.
(Defined by ProductExtensions.) |
![]() | GetParent |
Returns parent of the specified product.
(Defined by ProductExtensions.) |
![]() | GetSimpleModifiers |
Returns simpleModifiers of the specified product.
(Defined by ProductExtensions.) |
![]() | TryGetGroupModifiers |
Returns groupModifiers of the specified product or null if product doesn't exist.
(Defined by ProductExtensions.) |
![]() | TryGetIncludedInMenuSections |
Returns includedInMenuSections of the specified product or null if product doesn't exist.
(Defined by ProductExtensions.) |
![]() | TryGetParent |
Returns parent of the specified product or null if product doesn't exist.
(Defined by ProductExtensions.) |
![]() | TryGetSimpleModifiers |
Returns simpleModifiers of the specified product or null if product doesn't exist.
(Defined by ProductExtensions.) |
Properties
Name | Description | |
---|---|---|
![]() | Category | |
![]() | Description | |
![]() | DescriptionForeign | |
![]() | FoodValueCaloricity | |
![]() | FoodValueCarbohydrate | |
![]() | FoodValueFat | |
![]() | FoodValueProtein | |
![]() | ForeignName | |
![]() | FullName | |
![]() | Id | (Inherited from IEntity.) |
![]() | IsActive | Gets a value that indicates whether this product is active in assortment base. Product can be activated or deactivated via iikoOffice. |
![]() | KitchenName | |
![]() | MenuIndex | Gets an index of product in hierarchical menu, can be used to sort products inside the same product group. |
![]() | Name | |
![]() | Number | Nomenclature article of product. |
![]() | Price | |
![]() | Type |
See Also