C# Класс LearnLanguages.DataAccess.Ef.LearnLanguagesContext

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

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

Метод Описание
AddToDefaultStudyAdvisorKnowledgeBeliefDatas ( DefaultStudyAdvisorKnowledgeBeliefData defaultStudyAdvisorKnowledgeBeliefData ) : void

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

AddToLanguageDatas ( LanguageData languageData ) : void

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

AddToLineDatas ( LineData lineData ) : void

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

AddToMultiLineTextDatas ( MultiLineTextData multiLineTextData ) : void

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

AddToPhraseBeliefDatas ( PhraseBeliefData phraseBeliefData ) : void

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

AddToPhraseDatas ( PhraseData phraseData ) : void

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

AddToRoleDatas ( RoleData roleData ) : void

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

AddToStudyDataDatas ( StudyDataData studyDataData ) : void

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

AddToTranslationDatas ( TranslationData translationData ) : void

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

AddToUserDatas ( UserData userData ) : void

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

DeleteUser_SP ( Nullable userId, global username ) : int

No Metadata Documentation available.

LearnLanguagesContext ( ) : System

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

LearnLanguagesContext ( System.Data.EntityClient.EntityConnection connection ) : System

Initialize a new LearnLanguagesContext object.

LearnLanguagesContext ( string connectionString ) : System

Initialize a new LearnLanguagesContext object.

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

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

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

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

Deprecated Method for adding a new object to the DefaultStudyAdvisorKnowledgeBeliefDatas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToDefaultStudyAdvisorKnowledgeBeliefDatas ( DefaultStudyAdvisorKnowledgeBeliefData defaultStudyAdvisorKnowledgeBeliefData ) : void
defaultStudyAdvisorKnowledgeBeliefData DefaultStudyAdvisorKnowledgeBeliefData
Результат void

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

Deprecated Method for adding a new object to the LanguageDatas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToLanguageDatas ( LanguageData languageData ) : void
languageData LanguageData
Результат void

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

Deprecated Method for adding a new object to the LineDatas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToLineDatas ( LineData lineData ) : void
lineData LineData
Результат void

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

Deprecated Method for adding a new object to the MultiLineTextDatas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToMultiLineTextDatas ( MultiLineTextData multiLineTextData ) : void
multiLineTextData MultiLineTextData
Результат void

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

Deprecated Method for adding a new object to the PhraseBeliefDatas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToPhraseBeliefDatas ( PhraseBeliefData phraseBeliefData ) : void
phraseBeliefData PhraseBeliefData
Результат void

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

Deprecated Method for adding a new object to the PhraseDatas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToPhraseDatas ( PhraseData phraseData ) : void
phraseData PhraseData
Результат void

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

Deprecated Method for adding a new object to the RoleDatas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToRoleDatas ( RoleData roleData ) : void
roleData RoleData
Результат void

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

Deprecated Method for adding a new object to the StudyDataDatas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToStudyDataDatas ( StudyDataData studyDataData ) : void
studyDataData StudyDataData
Результат void

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

Deprecated Method for adding a new object to the TranslationDatas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToTranslationDatas ( TranslationData translationData ) : void
translationData TranslationData
Результат void

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

Deprecated Method for adding a new object to the UserDatas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToUserDatas ( UserData userData ) : void
userData UserData
Результат void

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

No Metadata Documentation available.
public DeleteUser_SP ( Nullable userId, global username ) : int
userId Nullable No Metadata Documentation available.
username global No Metadata Documentation available.
Результат int

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

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

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

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

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

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