C# Class DBPOLLDemo.Models.questionObjectModel

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: Marknel/dbPOLL Class Usage Examples

Méthodes publiques

Свойство Type Description
attribute String
obid int
questionid int

Méthodes publiques

Méthode Description
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

Method Details

createObject() public méthode

public createObject ( int obtype, String attribute, int questionid ) : void
obtype int
attribute String
questionid int
Résultat void

deleteObject() public méthode

public deleteObject ( ) : void
Résultat void

getMaxID() public méthode

public getMaxID ( ) : int
Résultat int

getObject() public méthode

public getObject ( int id, int questionid ) : questionObjectModel
id int
questionid int
Résultat questionObjectModel

indexObjects() public méthode

public indexObjects ( int questionid ) : List
questionid int
Résultat List

questionObjectModel() public méthode

Empty Constructor for object model. Used to call methods.
public questionObjectModel ( ) : System
Résultat System

questionObjectModel() public méthode

public questionObjectModel ( String attribute ) : System
attribute String
Résultat System

questionObjectModel() public méthode

public questionObjectModel ( int obid ) : System
obid int
Résultat System

questionObjectModel() public méthode

public questionObjectModel ( int obid, String attribute ) : System
obid int
attribute String
Résultat System

updateObject() public méthode

public updateObject ( int obid, int obtype, String attribute ) : void
obid int
obtype int
attribute String
Résultat void

Property Details

attribute public_oe property

public String attribute
Résultat String

obid public_oe property

public int obid
Résultat int

questionid public_oe property

public int questionid
Résultat int