C# Class PitchingTube.Data.PitchingTubeEntities

No Metadata Documentation available.
Inheritance: ObjectContext
Show file Open project: thesameqad/pitchingtube

Public Methods

Method Description
AddToEmailTemplates ( EmailTemplate emailTemplate ) : void

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

AddToEmailVars ( EmailVar emailVar ) : void

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

AddToNominations ( Nomination nomination ) : void

Deprecated Method for adding a new object to the Nominations 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.

AddToPartners ( Partner partner ) : void

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

AddToPersons ( Person person ) : void

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

AddToTubes ( Tube tube ) : void

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

AddToaspnet_Applications ( aspnet_Applications aspnet_Applications ) : void

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

AddToaspnet_Membership ( aspnet_Membership aspnet_Membership ) : void

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

AddToaspnet_Paths ( aspnet_Paths aspnet_Paths ) : void

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

AddToaspnet_PersonalizationAllUsers ( aspnet_PersonalizationAllUsers aspnet_PersonalizationAllUsers ) : void

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

AddToaspnet_PersonalizationPerUser ( aspnet_PersonalizationPerUser aspnet_PersonalizationPerUser ) : void

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

AddToaspnet_Profile ( aspnet_Profile aspnet_Profile ) : void

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

AddToaspnet_Roles ( aspnet_Roles aspnet_Roles ) : void

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

AddToaspnet_SchemaVersions ( aspnet_SchemaVersions aspnet_SchemaVersions ) : void

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

AddToaspnet_Users ( aspnet_Users aspnet_Users ) : void

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

AddToaspnet_WebEvent_Events ( aspnet_WebEvent_Events aspnet_WebEvent_Events ) : void

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

PitchingTubeEntities ( ) : System

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

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

Initialize a new PitchingTubeEntities object.

PitchingTubeEntities ( string connectionString ) : System

Initialize a new PitchingTubeEntities object.

Private Methods

Method Description
OnContextCreated ( ) : void

Method Details

AddToEmailTemplates() public method

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

AddToEmailVars() public method

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

AddToNominations() public method

Deprecated Method for adding a new object to the Nominations EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToNominations ( Nomination nomination ) : void
nomination Nomination
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

AddToPartners() public method

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

AddToPersons() public method

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

AddToTubes() public method

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

AddToaspnet_Applications() public method

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

AddToaspnet_Membership() public method

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

AddToaspnet_Paths() public method

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

AddToaspnet_PersonalizationAllUsers() public method

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

AddToaspnet_PersonalizationPerUser() public method

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

AddToaspnet_Profile() public method

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

AddToaspnet_Roles() public method

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

AddToaspnet_SchemaVersions() public method

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

AddToaspnet_Users() public method

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

AddToaspnet_WebEvent_Events() public method

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

PitchingTubeEntities() public method

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

PitchingTubeEntities() public method

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

PitchingTubeEntities() public method

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