C# Класс Felbook.Models.FelBookDBEntities

No Metadata Documentation available.
Наследование: ObjectContext
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
OnContextCreated ( ) : void

Описание методов

AddToCommentSet() публичный Метод

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
Результат void

AddToEventSet() публичный Метод

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
Результат void

AddToFileSet() публичный Метод

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
Результат void

AddToGroupSet() публичный Метод

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
Результат void

AddToImageSet() публичный Метод

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
Результат void

AddToLinkSet() публичный Метод

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
Результат void

AddToMessageSet() публичный Метод

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
Результат void

AddToStatusSet() публичный Метод

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
Результат void

AddToUserSet() публичный Метод

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
Результат void

AddToWallItemSet() публичный Метод

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
Результат void

FelBookDBEntities() публичный Метод

Initializes a new FelBookDBEntities object using the connection string found in the 'FelBookDBEntities' section of the application configuration file.
public FelBookDBEntities ( ) : System
Результат System

FelBookDBEntities() публичный Метод

Initialize a new FelBookDBEntities object.
public FelBookDBEntities ( System.Data.EntityClient.EntityConnection connection ) : System
connection System.Data.EntityClient.EntityConnection
Результат System

FelBookDBEntities() публичный Метод

Initialize a new FelBookDBEntities object.
public FelBookDBEntities ( string connectionString ) : System
connectionString string
Результат System