C# 클래스 com.openrest.v1_1.Notification

파일 보기 프로젝트 열기: wix/openrest4net

공개 프로퍼티들

프로퍼티 타입 설명
ALL_NOTIFICATION_TYPES IList
contact Contact
durationMins int?
restaurantId string
type string

공개 메소드들

메소드 설명
Notification ( ) : System
Notification ( string restaurantId, string type, Contact contact, int durationMins ) : System

메소드 상세

Notification() 공개 메소드

public Notification ( ) : System
리턴 System

Notification() 공개 메소드

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

프로퍼티 상세

ALL_NOTIFICATION_TYPES 공개적으로 정적으로 프로퍼티

public static IList ALL_NOTIFICATION_TYPES
리턴 IList

contact 공개적으로 프로퍼티

public Contact,com.openrest.v1_1 contact
리턴 Contact

durationMins 공개적으로 프로퍼티

public int? durationMins
리턴 int?

restaurantId 공개적으로 프로퍼티

public string restaurantId
리턴 string

type 공개적으로 프로퍼티

public string type
리턴 string