C# 클래스 Felbook.Models.FelBookDBEntities

No Metadata Documentation available.
상속: ObjectContext
파일 보기 프로젝트 열기: janmarek/Felbook 1 사용 예제들

공개 메소드들

메소드 설명
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