Click or drag to resize

DeliverySmsNotificationTemplates Class

Inheritance Hierarchy
SystemObject
  Resto.Front.Api.Data.BrdDeliverySmsNotificationTemplates

Namespace:  Resto.Front.Api.Data.Brd
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
[SerializableAttribute]
public class DeliverySmsNotificationTemplates : ISerializable

The DeliverySmsNotificationTemplates type exposes the following members.

Constructors
  NameDescription
Public methodDeliverySmsNotificationTemplates
Initializes a new instance of the DeliverySmsNotificationTemplates class
Protected methodDeliverySmsNotificationTemplates(SerializationInfo, StreamingContext)
Initializes a new instance of the DeliverySmsNotificationTemplates class
Top
Properties
  NameDescription
Public propertyChangeToCancelledStatus
Sms template for delivery change to Cancelled status.
Public propertyChangeToClosedStatus
Sms template for delivery change to Closed status.
Public propertyChangeToCookingCompletedStatus
Sms template for delivery change to cooking completed status.
Public propertyChangeToCookingStartedStatus
Sms template for delivery change to cooking started status.
Public propertyChangeToDeliveredStatus
Sms template for delivery change to Delivered status.
Public propertyChangeToNewStatus
Sms template for delivery change to New status.
Public propertyChangeToOnWayStatus
Sms template for delivery change to OnWay status.
Public propertyChangeToUnconfirmedStatus
Sms template for delivery change to Unconfirmed status.
Public propertyChangeToWaitingStatus
Sms template for delivery change to New status.
Public propertySumChange
Sms template for delivery order sum change notification.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also