C# Class DBPOLLDemo.Models.pollObjectModel

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

Méthodes publiques

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

Méthodes publiques

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

Method Details

createObject() public méthode

public createObject ( int obtype, String attribute, int pollid ) : void
obtype int
attribute String
pollid 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 pollid ) : pollObjectModel
id int
pollid int
Résultat pollObjectModel

indexObjects() public méthode

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

pollObjectModel() public méthode

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

pollObjectModel() public méthode

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

pollObjectModel() public méthode

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

pollObjectModel() public méthode

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

Property Details

attribute public_oe property

public String attribute
Résultat String

obid public_oe property

public int obid
Résultat int

pollid public_oe property

public int pollid
Résultat int