C# Class Felbook.Models.FelBookDBEntities

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

Méthodes publiques

Méthode Description
AddToCommentSet ( Comment comment ) : void

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

AddToEventSet ( Event @event ) : void

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

AddToFileSet ( File file ) : void

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

AddToGroupSet ( Group group ) : void

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

AddToImageSet ( Image image ) : void

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

AddToLinkSet ( Link link ) : void

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

AddToMessageSet ( Message message ) : void

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

AddToStatusSet ( Status status ) : void

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

AddToUserSet ( User user ) : void

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

AddToWallItemSet ( WallItem wallItem ) : void

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

FelBookDBEntities ( ) : System

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

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

Initialize a new FelBookDBEntities object.

FelBookDBEntities ( string connectionString ) : System

Initialize a new FelBookDBEntities object.

Private Methods

Méthode Description
OnContextCreated ( ) : void

Method Details

AddToCommentSet() public méthode

Deprecated Method for adding a new object to the CommentSet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToCommentSet ( Comment comment ) : void
comment Comment
Résultat void

AddToEventSet() public méthode

Deprecated Method for adding a new object to the EventSet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToEventSet ( Event @event ) : void
@event Event
Résultat void

AddToFileSet() public méthode

Deprecated Method for adding a new object to the FileSet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToFileSet ( File file ) : void
file File
Résultat void

AddToGroupSet() public méthode

Deprecated Method for adding a new object to the GroupSet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToGroupSet ( Group group ) : void
group Group
Résultat void

AddToImageSet() public méthode

Deprecated Method for adding a new object to the ImageSet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToImageSet ( Image image ) : void
image Image
Résultat void

AddToLinkSet() public méthode

Deprecated Method for adding a new object to the LinkSet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToLinkSet ( Link link ) : void
link Link
Résultat void

AddToMessageSet() public méthode

Deprecated Method for adding a new object to the MessageSet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToMessageSet ( Message message ) : void
message Message
Résultat void

AddToStatusSet() public méthode

Deprecated Method for adding a new object to the StatusSet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToStatusSet ( Status status ) : void
status Status
Résultat void

AddToUserSet() public méthode

Deprecated Method for adding a new object to the UserSet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToUserSet ( User user ) : void
user User
Résultat void

AddToWallItemSet() public méthode

Deprecated Method for adding a new object to the WallItemSet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToWallItemSet ( WallItem wallItem ) : void
wallItem WallItem
Résultat void

FelBookDBEntities() public méthode

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

FelBookDBEntities() public méthode

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

FelBookDBEntities() public méthode

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