C# Class DBPOLLDemo.Models.pollObjectModel

Inheritance: System.Web.UI.Page
Mostra file Open project: Marknel/dbPOLL Class Usage Examples

Public Properties

Property Type Description
attribute String
obid int
pollid int

Public Methods

Method 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 method

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

deleteObject() public method

public deleteObject ( ) : void
return void

getMaxID() public method

public getMaxID ( ) : int
return int

getObject() public method

public getObject ( int id, int pollid ) : pollObjectModel
id int
pollid int
return pollObjectModel

indexObjects() public method

public indexObjects ( int pollid ) : List
pollid int
return List

pollObjectModel() public method

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

pollObjectModel() public method

public pollObjectModel ( String attribute ) : System
attribute String
return System

pollObjectModel() public method

public pollObjectModel ( int obid ) : System
obid int
return System

pollObjectModel() public method

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

Property Details

attribute public_oe property

public String attribute
return String

obid public_oe property

public int obid
return int

pollid public_oe property

public int pollid
return int