C# Class IvtLibrary.IvtLibraryEntities

No Metadata Documentation available.
Inheritance: ObjectContext
Show file Open project: intervals-mining-lab/ivt-library

Public Methods

Method Description
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.

Private Methods

Method Description
OnContextCreated ( ) : void

Method Details

AddToArticle() public method

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

AddToAuthor() public method

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

AddToBook() public method

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

AddToBookType() public method

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

AddToCity() public method

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

AddToConference() public method

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

AddToDiscipline() public method

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

AddToDraft() public method

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

AddToFile() public method

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

AddToFileArticle() public method

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

AddToFileBook() public method

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

AddToFileResearch() public method

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

AddToHypothesis() public method

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

AddToKeyword() public method

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

AddToResearch() public method

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

AddToScale() public method

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

AddToTheme() public method

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

AddToType() public method

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

IvtLibraryEntities() public method

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

IvtLibraryEntities() public method

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

IvtLibraryEntities() public method

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