IOrderServiceItemPeriod Interface |
Namespace: Resto.Front.Api.Data.Orders
public interface IOrderServiceItemPeriod : ISerializable, IEntity, IOrderServiceItemPeriodStub
The IOrderServiceItemPeriod type exposes the following members.
Name | Description | |
---|---|---|
Cost | Cost of the service period. | |
ElapsedTime | Exact total elapsed time of the period, includes all runs of the period. Service may be started, then stopped, then started again, or the schedule may switch the service to another rate and then switch back, so this property will accumulate total active time of the period. This is exact unrounded value. For example, if timing step is 10 mins and this period was active only for 2 mins and 42 seconds, the Cost will be calculated for 10 mins anyway, while this property will have an exact value 00:02:42. | |
Id | (Inherited from IEntity.) | |
Price | Price of the service period per timing step (TimingStep). | |
Service | ||
ServiceCustomName | Optional marker used to specify custom name of the service period. |
Name | Description | |
---|---|---|
GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |