C# 클래스 gbrainy.Clients.WebForms.GameContainer

파일 보기 프로젝트 열기: GNOME/gbrainy

공개 프로퍼티들

프로퍼티 타입 설명
ID int
Image string
Question string
Solution string
Tip string

공개 메소드들

메소드 설명
GameContainer ( string question, string solution, string image, string tip, int id ) : System

메소드 상세

GameContainer() 공개 메소드

public GameContainer ( string question, string solution, string image, string tip, int id ) : System
question string
solution string
image string
tip string
id int
리턴 System

프로퍼티 상세

ID 공개적으로 프로퍼티

public int ID
리턴 int

Image 공개적으로 프로퍼티

public string Image
리턴 string

Question 공개적으로 프로퍼티

public string Question
리턴 string

Solution 공개적으로 프로퍼티

public string Solution
리턴 string

Tip 공개적으로 프로퍼티

public string Tip
리턴 string