C# Class PitchingTube.Data.PitchingTubeEntities

No Metadata Documentation available.
Inheritance: ObjectContext
Afficher le fichier Open project: thesameqad/pitchingtube

Méthodes publiques

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

Méthode Description
OnContextCreated ( ) : void

Method Details

AddToEmailTemplates() public méthode

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
Résultat void

AddToEmailVars() public méthode

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
Résultat void

AddToNominations() public méthode

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
Résultat void

AddToParticipants() public méthode

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
Résultat void

AddToPartners() public méthode

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
Résultat void

AddToPersons() public méthode

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
Résultat void

AddToTubes() public méthode

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
Résultat void

AddToaspnet_Applications() public méthode

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
Résultat void

AddToaspnet_Membership() public méthode

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
Résultat void

AddToaspnet_Paths() public méthode

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
Résultat void

AddToaspnet_PersonalizationAllUsers() public méthode

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
Résultat void

AddToaspnet_PersonalizationPerUser() public méthode

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
Résultat void

AddToaspnet_Profile() public méthode

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
Résultat void

AddToaspnet_Roles() public méthode

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
Résultat void

AddToaspnet_SchemaVersions() public méthode

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
Résultat void

AddToaspnet_Users() public méthode

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
Résultat void

AddToaspnet_WebEvent_Events() public méthode

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
Résultat void

PitchingTubeEntities() public méthode

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

PitchingTubeEntities() public méthode

Initialize a new PitchingTubeEntities object.
public PitchingTubeEntities ( System.Data.EntityClient.EntityConnection connection ) : System
connection System.Data.EntityClient.EntityConnection
Résultat System

PitchingTubeEntities() public méthode

Initialize a new PitchingTubeEntities object.
public PitchingTubeEntities ( string connectionString ) : System
connectionString string
Résultat System