C# Class com.openrest.v1_1.Notification

Afficher le fichier Open project: wix/openrest4net

Méthodes publiques

Свойство Type Description
ALL_NOTIFICATION_TYPES IList
contact Contact
durationMins int?
restaurantId string
type string

Méthodes publiques

Méthode Description
Notification ( ) : System
Notification ( string restaurantId, string type, Contact contact, int durationMins ) : System

Method Details

Notification() public méthode

public Notification ( ) : System
Résultat System

Notification() public méthode

public Notification ( string restaurantId, string type, Contact contact, int durationMins ) : System
restaurantId string
type string
contact Contact
durationMins int
Résultat System

Property Details

ALL_NOTIFICATION_TYPES public_oe static_oe property

public static IList ALL_NOTIFICATION_TYPES
Résultat IList

contact public_oe property

public Contact,com.openrest.v1_1 contact
Résultat Contact

durationMins public_oe property

public int? durationMins
Résultat int?

restaurantId public_oe property

public string restaurantId
Résultat string

type public_oe property

public string type
Résultat string