C# Class ForumServer.DataLayer.ForumEntities

No Metadata Documentation available.
Inheritance: ObjectContext
Afficher le fichier Open project: sagioto/forum Class Usage Examples

Méthodes publiques

Méthode Description
AddToModeratorEntities ( ModeratorEntity moderatorEntity ) : void

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

AddToPostEntities ( PostEntity postEntity ) : void

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

AddToPostKeyEntities ( PostKeyEntity postKeyEntity ) : void

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

AddToSubforumEntities ( SubforumEntity subforumEntity ) : void

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

AddToUserEntities ( UserEntity userEntity ) : void

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

ForumEntities ( ) : System

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

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

Initialize a new ForumEntities object.

ForumEntities ( string connectionString ) : System

Initialize a new ForumEntities object.

Private Methods

Méthode Description
OnContextCreated ( ) : void

Method Details

AddToModeratorEntities() public méthode

Deprecated Method for adding a new object to the ModeratorEntities EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToModeratorEntities ( ModeratorEntity moderatorEntity ) : void
moderatorEntity ModeratorEntity
Résultat void

AddToPostEntities() public méthode

Deprecated Method for adding a new object to the PostEntities EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToPostEntities ( PostEntity postEntity ) : void
postEntity PostEntity
Résultat void

AddToPostKeyEntities() public méthode

Deprecated Method for adding a new object to the PostKeyEntities EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToPostKeyEntities ( PostKeyEntity postKeyEntity ) : void
postKeyEntity PostKeyEntity
Résultat void

AddToSubforumEntities() public méthode

Deprecated Method for adding a new object to the SubforumEntities EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSubforumEntities ( SubforumEntity subforumEntity ) : void
subforumEntity SubforumEntity
Résultat void

AddToUserEntities() public méthode

Deprecated Method for adding a new object to the UserEntities EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToUserEntities ( UserEntity userEntity ) : void
userEntity UserEntity
Résultat void

ForumEntities() public méthode

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

ForumEntities() public méthode

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

ForumEntities() public méthode

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