C# 클래스 Saimoe.Models.SaimoeContext

No Metadata Documentation available.
상속: ObjectContext
파일 보기 프로젝트 열기: quietlynn/gplus.saimoe 1 사용 예제들

공개 메소드들

메소드 설명
AddToAdministrators ( Administrator administrator ) : void

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

AddToContestants ( Contestant contestant ) : void

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

AddToContests ( Contest contest ) : void

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

AddToGroupings ( Grouping grouping ) : void

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

AddToProfiles ( Profile profile ) : void

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

AddToUserCaches ( UserCache userCache ) : void

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

AddToVotes ( Vote vote ) : void

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

SaimoeContext ( ) : System

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

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

Initialize a new SaimoeContext object.

SaimoeContext ( string connectionString ) : System

Initialize a new SaimoeContext object.

비공개 메소드들

메소드 설명
OnContextCreated ( ) : void

메소드 상세

AddToAdministrators() 공개 메소드

Deprecated Method for adding a new object to the Administrators EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToAdministrators ( Administrator administrator ) : void
administrator Administrator
리턴 void

AddToContestants() 공개 메소드

Deprecated Method for adding a new object to the Contestants EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToContestants ( Contestant contestant ) : void
contestant Contestant
리턴 void

AddToContests() 공개 메소드

Deprecated Method for adding a new object to the Contests EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToContests ( Contest contest ) : void
contest Contest
리턴 void

AddToGroupings() 공개 메소드

Deprecated Method for adding a new object to the Groupings EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToGroupings ( Grouping grouping ) : void
grouping Grouping
리턴 void

AddToProfiles() 공개 메소드

Deprecated Method for adding a new object to the Profiles EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToProfiles ( Profile profile ) : void
profile Profile
리턴 void

AddToUserCaches() 공개 메소드

Deprecated Method for adding a new object to the UserCaches EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToUserCaches ( UserCache userCache ) : void
userCache UserCache
리턴 void

AddToVotes() 공개 메소드

Deprecated Method for adding a new object to the Votes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToVotes ( Vote vote ) : void
vote Vote
리턴 void

SaimoeContext() 공개 메소드

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

SaimoeContext() 공개 메소드

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

SaimoeContext() 공개 메소드

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