C# Class FinalProject.Models.FinalDBEntities

No Metadata Documentation available.
Inheritance: ObjectContext
显示文件 Open project: Ider/SU-Courses

Public Methods

Method Description
AddToPackage_Software ( Package_Software package_Software ) : void

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

AddToSoftware_Requirement ( Software_Requirement software_Requirement ) : void

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

AddToWork_Package ( Work_Package work_Package ) : void

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

FinalDBEntities ( ) : System

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

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

Initialize a new FinalDBEntities object.

FinalDBEntities ( string connectionString ) : System

Initialize a new FinalDBEntities object.

Private Methods

Method Description
OnContextCreated ( ) : void

Method Details

AddToPackage_Software() public method

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

AddToSoftware_Requirement() public method

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

AddToWork_Package() public method

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

FinalDBEntities() public method

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

FinalDBEntities() public method

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

FinalDBEntities() public method

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