C# Class DBPOLLDemo.Models.DBPOLLEntities

No Metadata Documentation available.
Inheritance: ObjectContext
Mostrar archivo Open project: Marknel/dbPOLL

Public Methods

Method Description
AddToANSWERS ( ANSWER aNSWER ) : void

Deprecated Method for adding a new object to the ANSWERS EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToANSWER_HISTORY ( ANSWER_HISTORY aNSWER_HISTORY ) : void

Deprecated Method for adding a new object to the ANSWER_HISTORY EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToASSIGNEDPOLLS ( ASSIGNEDPOLL aSSIGNEDPOLL ) : void

Deprecated Method for adding a new object to the ASSIGNEDPOLLS EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToMANAGEMENTS ( MANAGEMENT mANAGEMENT ) : void

Deprecated Method for adding a new object to the MANAGEMENTS EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToMESSAGES ( MESSAGE mESSAGE ) : void

Deprecated Method for adding a new object to the MESSAGES EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToOBJECTS ( OBJECT oBJECT ) : void

Deprecated Method for adding a new object to the OBJECTS EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToPARTICIPANTS ( PARTICIPANT pARTICIPANT ) : void

Deprecated Method for adding a new object to the PARTICIPANTS EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToPARTICIPANT_CUSTOM ( PARTICIPANT_CUSTOM pARTICIPANT_CUSTOM ) : void

Deprecated Method for adding a new object to the PARTICIPANT_CUSTOM EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToPARTICIPANT_DATA ( PARTICIPANT_DATA pARTICIPANT_DATA ) : void

Deprecated Method for adding a new object to the PARTICIPANT_DATA EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToPOLLS ( POLL pOLL ) : void

Deprecated Method for adding a new object to the POLLS EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToPOLL_OBJECTS_DFLT ( POLL_OBJECTS_DFLT pOLL_OBJECTS_DFLT ) : void

Deprecated Method for adding a new object to the POLL_OBJECTS_DFLT EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToQUESTIONS ( QUESTION qUESTION ) : void

Deprecated Method for adding a new object to the QUESTIONS EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToQUESTION_OBJECTS ( QUESTION_OBJECTS qUESTION_OBJECTS ) : void

Deprecated Method for adding a new object to the QUESTION_OBJECTS EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToRESPONSES ( RESPONS rESPONS ) : void

Deprecated Method for adding a new object to the RESPONSES EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToSESSIONS ( SESSION sESSION ) : void

Deprecated Method for adding a new object to the SESSIONS EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToSYSADMINS ( SYSADMIN sYSADMIN ) : void

Deprecated Method for adding a new object to the SYSADMINS EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToUSERS ( USER uSER ) : void

Deprecated Method for adding a new object to the USERS EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

DBPOLLEntities ( ) : System

Initializes a new DBPOLLEntities object using the connection string found in the 'DBPOLLEntities' section of the application configuration file.

DBPOLLEntities ( System.Data.EntityClient.EntityConnection connection ) : System

Initialize a new DBPOLLEntities object.

DBPOLLEntities ( string connectionString ) : System

Initialize a new DBPOLLEntities object.

Private Methods

Method Description
OnContextCreated ( ) : void

Method Details

AddToANSWERS() public method

Deprecated Method for adding a new object to the ANSWERS EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToANSWERS ( ANSWER aNSWER ) : void
aNSWER ANSWER
return void

AddToANSWER_HISTORY() public method

Deprecated Method for adding a new object to the ANSWER_HISTORY EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToANSWER_HISTORY ( ANSWER_HISTORY aNSWER_HISTORY ) : void
aNSWER_HISTORY ANSWER_HISTORY
return void

AddToASSIGNEDPOLLS() public method

Deprecated Method for adding a new object to the ASSIGNEDPOLLS EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToASSIGNEDPOLLS ( ASSIGNEDPOLL aSSIGNEDPOLL ) : void
aSSIGNEDPOLL ASSIGNEDPOLL
return void

AddToMANAGEMENTS() public method

Deprecated Method for adding a new object to the MANAGEMENTS EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToMANAGEMENTS ( MANAGEMENT mANAGEMENT ) : void
mANAGEMENT MANAGEMENT
return void

AddToMESSAGES() public method

Deprecated Method for adding a new object to the MESSAGES EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToMESSAGES ( MESSAGE mESSAGE ) : void
mESSAGE MESSAGE
return void

AddToOBJECTS() public method

Deprecated Method for adding a new object to the OBJECTS EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToOBJECTS ( OBJECT oBJECT ) : void
oBJECT OBJECT
return void

AddToPARTICIPANTS() public method

Deprecated Method for adding a new object to the PARTICIPANTS EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToPARTICIPANTS ( PARTICIPANT pARTICIPANT ) : void
pARTICIPANT PARTICIPANT
return void

AddToPARTICIPANT_CUSTOM() public method

Deprecated Method for adding a new object to the PARTICIPANT_CUSTOM EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToPARTICIPANT_CUSTOM ( PARTICIPANT_CUSTOM pARTICIPANT_CUSTOM ) : void
pARTICIPANT_CUSTOM PARTICIPANT_CUSTOM
return void

AddToPARTICIPANT_DATA() public method

Deprecated Method for adding a new object to the PARTICIPANT_DATA EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToPARTICIPANT_DATA ( PARTICIPANT_DATA pARTICIPANT_DATA ) : void
pARTICIPANT_DATA PARTICIPANT_DATA
return void

AddToPOLLS() public method

Deprecated Method for adding a new object to the POLLS EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToPOLLS ( POLL pOLL ) : void
pOLL POLL
return void

AddToPOLL_OBJECTS_DFLT() public method

Deprecated Method for adding a new object to the POLL_OBJECTS_DFLT EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToPOLL_OBJECTS_DFLT ( POLL_OBJECTS_DFLT pOLL_OBJECTS_DFLT ) : void
pOLL_OBJECTS_DFLT POLL_OBJECTS_DFLT
return void

AddToQUESTIONS() public method

Deprecated Method for adding a new object to the QUESTIONS EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToQUESTIONS ( QUESTION qUESTION ) : void
qUESTION QUESTION
return void

AddToQUESTION_OBJECTS() public method

Deprecated Method for adding a new object to the QUESTION_OBJECTS EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToQUESTION_OBJECTS ( QUESTION_OBJECTS qUESTION_OBJECTS ) : void
qUESTION_OBJECTS QUESTION_OBJECTS
return void

AddToRESPONSES() public method

Deprecated Method for adding a new object to the RESPONSES EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToRESPONSES ( RESPONS rESPONS ) : void
rESPONS RESPONS
return void

AddToSESSIONS() public method

Deprecated Method for adding a new object to the SESSIONS EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSESSIONS ( SESSION sESSION ) : void
sESSION SESSION
return void

AddToSYSADMINS() public method

Deprecated Method for adding a new object to the SYSADMINS EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSYSADMINS ( SYSADMIN sYSADMIN ) : void
sYSADMIN SYSADMIN
return void

AddToUSERS() public method

Deprecated Method for adding a new object to the USERS EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToUSERS ( USER uSER ) : void
uSER USER
return void

DBPOLLEntities() public method

Initializes a new DBPOLLEntities object using the connection string found in the 'DBPOLLEntities' section of the application configuration file.
public DBPOLLEntities ( ) : System
return System

DBPOLLEntities() public method

Initialize a new DBPOLLEntities object.
public DBPOLLEntities ( System.Data.EntityClient.EntityConnection connection ) : System
connection System.Data.EntityClient.EntityConnection
return System

DBPOLLEntities() public method

Initialize a new DBPOLLEntities object.
public DBPOLLEntities ( string connectionString ) : System
connectionString string
return System