C# 클래스 DBPOLLDemo.Models.pollObjectModel

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

공개 프로퍼티들

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

공개 메소드들

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

Empty Constructor for object model. Used to call methods.

pollObjectModel ( String attribute ) : System
pollObjectModel ( int obid ) : System
pollObjectModel ( int obid, String attribute ) : System

메소드 상세

createObject() 공개 메소드

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

deleteObject() 공개 메소드

public deleteObject ( ) : void
리턴 void

getMaxID() 공개 메소드

public getMaxID ( ) : int
리턴 int

getObject() 공개 메소드

public getObject ( int id, int pollid ) : pollObjectModel
id int
pollid int
리턴 pollObjectModel

indexObjects() 공개 메소드

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

pollObjectModel() 공개 메소드

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

pollObjectModel() 공개 메소드

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

pollObjectModel() 공개 메소드

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

pollObjectModel() 공개 메소드

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

프로퍼티 상세

attribute 공개적으로 프로퍼티

public String attribute
리턴 String

obid 공개적으로 프로퍼티

public int obid
리턴 int

pollid 공개적으로 프로퍼티

public int pollid
리턴 int