C# 클래스 LearnLanguages.DataAccess.Ef.LearnLanguagesContext

No Metadata Documentation available.
상속: ObjectContext
파일 보기 프로젝트 열기: ibgib/LearnLanguages 1 사용 예제들

공개 메소드들

메소드 설명
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