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
| Name | Description | |
|---|---|---|
| GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |
Properties
| Name | Description | |
|---|---|---|
| Id | (Inherited from IEntity.) | |
| IsActive | Gets a value that indicates whether this order type can be set to orders. Order type can be activated or deactivated via iikoOffice. | |
| IsDefaultForServiceType | Gets a value that indicates whether this order type set by default to orders with corresponding service type. | |
| Name | Order type name. | |
| OrderServiceType | Orders of which service type this order type is applicable for. |
See Also