C# Class LearnLanguages.DataAccess.Ef.LearnLanguagesContext

No Metadata Documentation available.
Inheritance: ObjectContext
Mostrar archivo Open project: ibgib/LearnLanguages Class Usage Examples

Public Methods

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

Private Methods

Method Description
OnContextCreated ( ) : void

Method Details

AddToDefaultStudyAdvisorKnowledgeBeliefDatas() public method

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

AddToLanguageDatas() public method

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

AddToLineDatas() public method

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

AddToMultiLineTextDatas() public method

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

AddToPhraseBeliefDatas() public method

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

AddToPhraseDatas() public method

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

AddToRoleDatas() public method

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

AddToStudyDataDatas() public method

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

AddToTranslationDatas() public method

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

AddToUserDatas() public method

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

DeleteUser_SP() public method

No Metadata Documentation available.
public DeleteUser_SP ( Nullable userId, global username ) : int
userId Nullable No Metadata Documentation available.
username global No Metadata Documentation available.
return int

LearnLanguagesContext() public method

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

LearnLanguagesContext() public method

Initialize a new LearnLanguagesContext object.
public LearnLanguagesContext ( System.Data.EntityClient.EntityConnection connection ) : System
connection System.Data.EntityClient.EntityConnection
return System

LearnLanguagesContext() public method

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