Click or drag to resize

IPriceCategory Interface

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
public interface IPriceCategory : ISerializable, 
	IEntity

The IPriceCategory type exposes the following members.

Properties
  NameDescription
Public propertyCanApplyManually
Can price category be applied to order manually.
Public propertyCode
Unique price category code.
Public propertyDeleted
Is this item deleted.
Public propertyId (Inherited from IEntity.)
Public propertyName
Name of price category.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also