C# 클래스 GiveCampStarterSite.Models.GiveCampEntities

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

공개 메소드들

메소드 설명
AddToCharities ( Charity charity ) : void

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

AddToCharityProjects ( CharityProject charityProject ) : void

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

AddToEventSettings ( EventSetting eventSetting ) : void

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

AddToPages ( Page page ) : void

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

AddToPosts ( Post post ) : void

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

AddToSponsors ( Sponsor sponsor ) : void

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

AddToUsers ( User user ) : void

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

AddToVolunteers ( Volunteer volunteer ) : void

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

GiveCampEntities ( ) : System

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

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

Initialize a new GiveCampEntities object.

GiveCampEntities ( string connectionString ) : System

Initialize a new GiveCampEntities object.

비공개 메소드들

메소드 설명
OnContextCreated ( ) : void

메소드 상세

AddToCharities() 공개 메소드

Deprecated Method for adding a new object to the Charities EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToCharities ( Charity charity ) : void
charity Charity
리턴 void

AddToCharityProjects() 공개 메소드

Deprecated Method for adding a new object to the CharityProjects EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToCharityProjects ( CharityProject charityProject ) : void
charityProject CharityProject
리턴 void

AddToEventSettings() 공개 메소드

Deprecated Method for adding a new object to the EventSettings EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToEventSettings ( EventSetting eventSetting ) : void
eventSetting EventSetting
리턴 void

AddToPages() 공개 메소드

Deprecated Method for adding a new object to the Pages EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToPages ( Page page ) : void
page Page
리턴 void

AddToPosts() 공개 메소드

Deprecated Method for adding a new object to the Posts EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToPosts ( Post post ) : void
post Post
리턴 void

AddToSponsors() 공개 메소드

Deprecated Method for adding a new object to the Sponsors EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSponsors ( Sponsor sponsor ) : void
sponsor Sponsor
리턴 void

AddToUsers() 공개 메소드

Deprecated Method for adding a new object to the Users EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToUsers ( User user ) : void
user User
리턴 void

AddToVolunteers() 공개 메소드

Deprecated Method for adding a new object to the Volunteers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToVolunteers ( Volunteer volunteer ) : void
volunteer Volunteer
리턴 void

GiveCampEntities() 공개 메소드

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

GiveCampEntities() 공개 메소드

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

GiveCampEntities() 공개 메소드

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