C# Класс IvtLibrary.IvtLibraryEntities

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

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

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