C# 클래스 SuperCook.SuperCookRequest, CSE110M240T10

파일 보기 프로젝트 열기: ucsdCSE110wi16/CSE110M240T10

공개 프로퍼티들

프로퍼티 타입 설명
catname string
exclude string
focus string
kitchen string
kw string
needsimage int
start int

공개 메소드들

메소드 설명
SuperCookRequest ( int ni, string kit, int st, string catname = "", string exclude = "" ) : UnityEngine
ToString ( ) : string

메소드 상세

SuperCookRequest() 공개 메소드

public SuperCookRequest ( int ni, string kit, int st, string catname = "", string exclude = "" ) : UnityEngine
ni int
kit string
st int
catname string
exclude string
리턴 UnityEngine

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

catname 공개적으로 프로퍼티

public string catname
리턴 string

exclude 공개적으로 프로퍼티

public string exclude
리턴 string

focus 공개적으로 프로퍼티

public string focus
리턴 string

kitchen 공개적으로 프로퍼티

public string kitchen
리턴 string

kw 공개적으로 프로퍼티

public string kw
리턴 string

needsimage 공개적으로 프로퍼티

public int needsimage
리턴 int

start 공개적으로 프로퍼티

public int start
리턴 int