C# 클래스 DBPOLLDemo.Models.questionObjectModel

상속: System.Web.UI.Page
파일 보기 프로젝트 열기: Marknel/dbPOLL 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
attribute String
obid int
questionid int

공개 메소드들

메소드 설명
createObject ( int obtype, String attribute, int questionid ) : void
deleteObject ( ) : void
getMaxID ( ) : int
getObject ( int id, int questionid ) : questionObjectModel
indexObjects ( int questionid ) : List
questionObjectModel ( ) : System

Empty Constructor for object model. Used to call methods.

questionObjectModel ( String attribute ) : System
questionObjectModel ( int obid ) : System
questionObjectModel ( int obid, String attribute ) : System
updateObject ( int obid, int obtype, String attribute ) : void

메소드 상세

createObject() 공개 메소드

public createObject ( int obtype, String attribute, int questionid ) : void
obtype int
attribute String
questionid int
리턴 void

deleteObject() 공개 메소드

public deleteObject ( ) : void
리턴 void

getMaxID() 공개 메소드

public getMaxID ( ) : int
리턴 int

getObject() 공개 메소드

public getObject ( int id, int questionid ) : questionObjectModel
id int
questionid int
리턴 questionObjectModel

indexObjects() 공개 메소드

public indexObjects ( int questionid ) : List
questionid int
리턴 List

questionObjectModel() 공개 메소드

Empty Constructor for object model. Used to call methods.
public questionObjectModel ( ) : System
리턴 System

questionObjectModel() 공개 메소드

public questionObjectModel ( String attribute ) : System
attribute String
리턴 System

questionObjectModel() 공개 메소드

public questionObjectModel ( int obid ) : System
obid int
리턴 System

questionObjectModel() 공개 메소드

public questionObjectModel ( int obid, String attribute ) : System
obid int
attribute String
리턴 System

updateObject() 공개 메소드

public updateObject ( int obid, int obtype, String attribute ) : void
obid int
obtype int
attribute String
리턴 void

프로퍼티 상세

attribute 공개적으로 프로퍼티

public String attribute
리턴 String

obid 공개적으로 프로퍼티

public int obid
리턴 int

questionid 공개적으로 프로퍼티

public int questionid
리턴 int