C# 클래스 PitchingTube.Data.PitchingTubeEntities

No Metadata Documentation available.
상속: ObjectContext
파일 보기 프로젝트 열기: thesameqad/pitchingtube

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
OnContextCreated ( ) : void

메소드 상세

AddToEmailTemplates() 공개 메소드

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
리턴 void

AddToEmailVars() 공개 메소드

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
리턴 void

AddToNominations() 공개 메소드

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
리턴 void

AddToParticipants() 공개 메소드

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
리턴 void

AddToPartners() 공개 메소드

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
리턴 void

AddToPersons() 공개 메소드

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
리턴 void

AddToTubes() 공개 메소드

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
리턴 void

AddToaspnet_Applications() 공개 메소드

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
리턴 void

AddToaspnet_Membership() 공개 메소드

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
리턴 void

AddToaspnet_Paths() 공개 메소드

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
리턴 void

AddToaspnet_PersonalizationAllUsers() 공개 메소드

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
리턴 void

AddToaspnet_PersonalizationPerUser() 공개 메소드

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
리턴 void

AddToaspnet_Profile() 공개 메소드

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
리턴 void

AddToaspnet_Roles() 공개 메소드

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
리턴 void

AddToaspnet_SchemaVersions() 공개 메소드

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
리턴 void

AddToaspnet_Users() 공개 메소드

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
리턴 void

AddToaspnet_WebEvent_Events() 공개 메소드

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
리턴 void

PitchingTubeEntities() 공개 메소드

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

PitchingTubeEntities() 공개 메소드

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

PitchingTubeEntities() 공개 메소드

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