C# 클래스 IvtLibrary.IvtLibraryEntities

No Metadata Documentation available.
상속: ObjectContext
파일 보기 프로젝트 열기: intervals-mining-lab/ivt-library

공개 메소드들

메소드 설명
AddToArticle ( Article article ) : void

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

AddToAuthor ( Author author ) : void

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

AddToBook ( Book book ) : void

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

AddToBookType ( BookType bookType ) : void

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

AddToCity ( City city ) : void

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

AddToConference ( Conference conference ) : void

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

AddToDiscipline ( Discipline discipline ) : void

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

AddToDraft ( Draft draft ) : void

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

AddToFile ( File file ) : void

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

AddToFileArticle ( FileArticle fileArticle ) : void

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

AddToFileBook ( FileBook fileBook ) : void

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

AddToFileResearch ( FileResearch fileResearch ) : void

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

AddToHypothesis ( Hypothesis hypothesis ) : void

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

AddToKeyword ( Keyword keyword ) : void

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

AddToResearch ( Research research ) : void

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

AddToScale ( Scale scale ) : void

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

AddToTheme ( Theme theme ) : void

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

AddToType ( Type type ) : void

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

IvtLibraryEntities ( ) : System

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

IvtLibraryEntities ( EntityConnection connection ) : System

Initialize a new IvtLibraryEntities object.

IvtLibraryEntities ( string connectionString ) : System

Initialize a new IvtLibraryEntities object.

비공개 메소드들

메소드 설명
OnContextCreated ( ) : void

메소드 상세

AddToArticle() 공개 메소드

Deprecated Method for adding a new object to the Article EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToArticle ( Article article ) : void
article Article
리턴 void

AddToAuthor() 공개 메소드

Deprecated Method for adding a new object to the Author EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToAuthor ( Author author ) : void
author Author
리턴 void

AddToBook() 공개 메소드

Deprecated Method for adding a new object to the Book EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToBook ( Book book ) : void
book Book
리턴 void

AddToBookType() 공개 메소드

Deprecated Method for adding a new object to the BookType EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToBookType ( BookType bookType ) : void
bookType BookType
리턴 void

AddToCity() 공개 메소드

Deprecated Method for adding a new object to the City EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToCity ( City city ) : void
city City
리턴 void

AddToConference() 공개 메소드

Deprecated Method for adding a new object to the Conference EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToConference ( Conference conference ) : void
conference Conference
리턴 void

AddToDiscipline() 공개 메소드

Deprecated Method for adding a new object to the Discipline EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToDiscipline ( Discipline discipline ) : void
discipline Discipline
리턴 void

AddToDraft() 공개 메소드

Deprecated Method for adding a new object to the Draft EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToDraft ( Draft draft ) : void
draft Draft
리턴 void

AddToFile() 공개 메소드

Deprecated Method for adding a new object to the File EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToFile ( File file ) : void
file File
리턴 void

AddToFileArticle() 공개 메소드

Deprecated Method for adding a new object to the FileArticle EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToFileArticle ( FileArticle fileArticle ) : void
fileArticle FileArticle
리턴 void

AddToFileBook() 공개 메소드

Deprecated Method for adding a new object to the FileBook EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToFileBook ( FileBook fileBook ) : void
fileBook FileBook
리턴 void

AddToFileResearch() 공개 메소드

Deprecated Method for adding a new object to the FileResearch EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToFileResearch ( FileResearch fileResearch ) : void
fileResearch FileResearch
리턴 void

AddToHypothesis() 공개 메소드

Deprecated Method for adding a new object to the Hypothesis EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToHypothesis ( Hypothesis hypothesis ) : void
hypothesis Hypothesis
리턴 void

AddToKeyword() 공개 메소드

Deprecated Method for adding a new object to the Keyword EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToKeyword ( Keyword keyword ) : void
keyword Keyword
리턴 void

AddToResearch() 공개 메소드

Deprecated Method for adding a new object to the Research EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToResearch ( Research research ) : void
research Research
리턴 void

AddToScale() 공개 메소드

Deprecated Method for adding a new object to the Scale EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToScale ( Scale scale ) : void
scale Scale
리턴 void

AddToTheme() 공개 메소드

Deprecated Method for adding a new object to the Theme EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToTheme ( Theme theme ) : void
theme Theme
리턴 void

AddToType() 공개 메소드

Deprecated Method for adding a new object to the Type EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToType ( Type type ) : void
type Type
리턴 void

IvtLibraryEntities() 공개 메소드

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

IvtLibraryEntities() 공개 메소드

Initialize a new IvtLibraryEntities object.
public IvtLibraryEntities ( EntityConnection connection ) : System
connection EntityConnection
리턴 System

IvtLibraryEntities() 공개 메소드

Initialize a new IvtLibraryEntities object.
public IvtLibraryEntities ( string connectionString ) : System
connectionString string
리턴 System