IProduct InterfaceiikoFront Api V3 Documentation

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

  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
Extension Methods

  NameDescription
Public Extension MethodGetGroupModifiers
Returns groupModifiers of the specified product.
(Defined by ProductExtensions.)
Public Extension MethodGetIncludedInMenuSections
Returns includedInMenuSections of the specified product.
(Defined by ProductExtensions.)
Public Extension MethodGetParent
Returns parent of the specified product.
(Defined by ProductExtensions.)
Public Extension MethodGetSimpleModifiers
Returns simpleModifiers of the specified product.
(Defined by ProductExtensions.)
Public Extension MethodTryGetGroupModifiers
Returns groupModifiers of the specified product or null if product doesn't exist.
(Defined by ProductExtensions.)
Public Extension MethodTryGetIncludedInMenuSections
Returns includedInMenuSections of the specified product or null if product doesn't exist.
(Defined by ProductExtensions.)
Public Extension MethodTryGetParent
Returns parent of the specified product or null if product doesn't exist.
(Defined by ProductExtensions.)
Public Extension MethodTryGetSimpleModifiers
Returns simpleModifiers of the specified product or null if product doesn't exist.
(Defined by ProductExtensions.)
Top
Properties

  NameDescription
Public propertyCategory
Public propertyDescription
Public propertyDescriptionForeign
Public propertyFoodValueCaloricity
Public propertyFoodValueCarbohydrate
Public propertyFoodValueFat
Public propertyFoodValueProtein
Public propertyForeignName
Public propertyFullName
Public propertyId (Inherited from IEntity.)
Public propertyIsActive
Gets a value that indicates whether this product is active in assortment base. Product can be activated or deactivated via iikoOffice.
Public propertyKitchenName
Public propertyMenuIndex
Gets an index of product in hierarchical menu, can be used to sort products inside the same product group.
Public propertyName
Public propertyNumber
Nomenclature article of product.
Public propertyPrice
Public propertyType
Top
See Also

Reference