IOrderType InterfaceiikoFront Api V3 Documentation
Order type

Namespace: Resto.Front.Api.V3.Data.Organization
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax

C#
public interface IOrderType : IEntity, 
	ISerializable

The IOrderType 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
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.
Top
See Also

Reference