Click or drag to resize

IOrderType Interface

Order type

Namespace:  Resto.Front.Api.Data.Organization
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
public interface IOrderType : ISerializable, 
	IEntity

The IOrderType type exposes the following members.

Properties
  NameDescription
Public propertyId (Inherited from IEntity.)
Public propertyIsActive
Gets a value that indicates whether this order type can be set to orders. Order type can be activated or deactivated via iikoOffice.
Public propertyIsDefaultForServiceType
Gets a value that indicates whether this order type set by default to orders with corresponding service type.
Public propertyName
Order type name.
Public propertyOrderServiceType
Orders of which service type this order type is applicable for. There is only one service type, single enum value, despite of the flags attribute.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also