Click or drag to resize

DeliverySmsNotificationSettings Class

Inheritance Hierarchy
SystemObject
  Resto.Front.Api.V5.Data.DataTransferObjectsDeliverySmsNotificationSettings

Namespace:  Resto.Front.Api.V5.Data.DataTransferObjects
Assembly:  Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax
C#
[SerializableAttribute]
public class DeliverySmsNotificationSettings : ISerializable

The DeliverySmsNotificationSettings type exposes the following members.

Constructors
  NameDescription
Public methodDeliverySmsNotificationSettings
Initializes a new instance of the DeliverySmsNotificationSettings class
Protected methodDeliverySmsNotificationSettings(SerializationInfo, StreamingContext)
Initializes a new instance of the DeliverySmsNotificationSettings class
Top
Properties
  NameDescription
Public propertyTemplateForChangeToCancelledStatus
Sms template for delivery change to Cancelled status.
Public propertyTemplateForChangeToClosedStatus
Sms template for delivery change to Closed status.
Public propertyTemplateForChangeToCookingCompletedStatus
Sms template for delivery change to cooking completed status.
Public propertyTemplateForChangeToCookingStartedStatus
Sms template for delivery change to cooking started status.
Public propertyTemplateForChangeToDeliveredStatus
Sms template for delivery change to Delivered status.
Public propertyTemplateForChangeToNewStatus
Sms template for delivery change to New status.
Public propertyTemplateForChangeToOnWayStatus
Sms template for delivery change to OnWay status.
Public propertyTemplateForChangeToUnconfirmedStatus
Sms template for delivery change to Unconfirmed status.
Public propertyTemplateForChangeToWaitingStatus
Sms template for delivery change to New status.
Public propertyTemplateForSumChange
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