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

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

공개 프로퍼티들

프로퍼티 타입 설명
availability Availability
description string>.IDictionary
externalIds string>.IDictionary
id string
inactive bool?
labels IList
picture string
price int?
properties string>.IDictionary
rank double?
restaurantId string
title string>.IDictionary
variations IList

공개 메소드들

메소드 설명
Item ( ) : System
Item ( string id, string>.IDictionary externalIds, string restaurantId, string>.IDictionary title, string>.IDictionary description, int price, IList variations, Availability availability, bool inactive, IList labels, string>.IDictionary properties ) : System

메소드 상세

Item() 공개 메소드

public Item ( ) : System
리턴 System

Item() 공개 메소드

public Item ( string id, string>.IDictionary externalIds, string restaurantId, string>.IDictionary title, string>.IDictionary description, int price, IList variations, Availability availability, bool inactive, IList labels, string>.IDictionary properties ) : System
id string
externalIds string>.IDictionary
restaurantId string
title string>.IDictionary
description string>.IDictionary
price int
variations IList
availability Availability
inactive bool
labels IList
properties string>.IDictionary
리턴 System

프로퍼티 상세

availability 공개적으로 프로퍼티

public Availability,com.openrest.v1_1 availability
리턴 Availability

description 공개적으로 프로퍼티

public IDictionary description
리턴 string>.IDictionary

externalIds 공개적으로 프로퍼티

public IDictionary externalIds
리턴 string>.IDictionary

id 공개적으로 프로퍼티

public string id
리턴 string

inactive 공개적으로 프로퍼티

public bool? inactive
리턴 bool?

labels 공개적으로 프로퍼티

public IList labels
리턴 IList

picture 공개적으로 프로퍼티

public string picture
리턴 string

price 공개적으로 프로퍼티

public int? price
리턴 int?

properties 공개적으로 프로퍼티

public IDictionary properties
리턴 string>.IDictionary

rank 공개적으로 프로퍼티

public double? rank
리턴 double?

restaurantId 공개적으로 프로퍼티

public string restaurantId
리턴 string

title 공개적으로 프로퍼티

public IDictionary title
리턴 string>.IDictionary

variations 공개적으로 프로퍼티

public IList variations
리턴 IList