Click or drag to resize

RateScheduleInterval Structure

Describes a time interval within a week, which is used in RateSchedule.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Resto.Front.Api.Data.OrdersRateScheduleInterval

Namespace: Resto.Front.Api.Data.Orders
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
[SerializableAttribute]
public struct RateScheduleInterval

The RateScheduleInterval type exposes the following members.

Constructors
 NameDescription
Public methodRateScheduleInterval Initializes a new instance of the RateScheduleInterval.
Top
Properties
 NameDescription
Public propertyDay Day of week of the interval.
Public propertyEnd Interval's end point offset relative to start of a day or a service depending on TimingMode.
Public propertyStart Interval's start point offset relative to start of a day or a service depending on TimingMode.
Top
Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
See Also