C# Class Felbook.Models.FelBookDBEntities

No Metadata Documentation available.
Inheritance: ObjectContext
Mostra file Open project: janmarek/Felbook Class Usage Examples

Public Methods

Method 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

Method Description
OnContextCreated ( ) : void

Method Details

AddToCommentSet() public method

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
return void

AddToEventSet() public method

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
return void

AddToFileSet() public method

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
return void

AddToGroupSet() public method

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
return void

AddToImageSet() public method

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
return void

AddToLinkSet() public method

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
return void

AddToMessageSet() public method

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
return void

AddToStatusSet() public method

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
return void

AddToUserSet() public method

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
return void

AddToWallItemSet() public method

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
return void

FelBookDBEntities() public method

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

FelBookDBEntities() public method

Initialize a new FelBookDBEntities object.
public FelBookDBEntities ( System.Data.EntityClient.EntityConnection connection ) : System
connection System.Data.EntityClient.EntityConnection
return System

FelBookDBEntities() public method

Initialize a new FelBookDBEntities object.
public FelBookDBEntities ( string connectionString ) : System
connectionString string
return System