C# Class com.openrest.v1_1.Notification

显示文件 Open project: wix/openrest4net

Public Properties

Property Type Description
ALL_NOTIFICATION_TYPES IList
contact Contact
durationMins int?
restaurantId string
type string

Public Methods

Method Description
Notification ( ) : System
Notification ( string restaurantId, string type, Contact contact, int durationMins ) : System

Method Details

Notification() public method

public Notification ( ) : System
return System

Notification() public method

public Notification ( string restaurantId, string type, Contact contact, int durationMins ) : System
restaurantId string
type string
contact Contact
durationMins int
return System

Property Details

ALL_NOTIFICATION_TYPES public_oe static_oe property

public static IList ALL_NOTIFICATION_TYPES
return IList

contact public_oe property

public Contact,com.openrest.v1_1 contact
return Contact

durationMins public_oe property

public int? durationMins
return int?

restaurantId public_oe property

public string restaurantId
return string

type public_oe property

public string type
return string