C# Class LearnLanguages.DataAccess.Ef.DefaultStudyAdvisorKnowledgeBeliefData

Inheritance: System.Data.Objects.DataClasses.EntityObject
Mostrar archivo Open project: ibgib/LearnLanguages Class Usage Examples

Private Properties

Property Type Description
OnExpirationDateChanged void
OnExpirationDateChanging void
OnIdChanged void
OnIdChanging void
OnPhraseDataIdChanged void
OnPhraseDataIdChanging void

Public Methods

Method Description
CreateDefaultStudyAdvisorKnowledgeBeliefData ( global id, global expirationDate, global phraseDataId ) : DefaultStudyAdvisorKnowledgeBeliefData

Create a new DefaultStudyAdvisorKnowledgeBeliefData object.

Private Methods

Method Description
OnExpirationDateChanged ( ) : void
OnExpirationDateChanging ( global value ) : void
OnIdChanged ( ) : void
OnIdChanging ( global value ) : void
OnPhraseDataIdChanged ( ) : void
OnPhraseDataIdChanging ( global value ) : void

Method Details

CreateDefaultStudyAdvisorKnowledgeBeliefData() public static method

Create a new DefaultStudyAdvisorKnowledgeBeliefData object.
public static CreateDefaultStudyAdvisorKnowledgeBeliefData ( global id, global expirationDate, global phraseDataId ) : DefaultStudyAdvisorKnowledgeBeliefData
id global Initial value of the Id property.
expirationDate global Initial value of the ExpirationDate property.
phraseDataId global Initial value of the PhraseDataId property.
return DefaultStudyAdvisorKnowledgeBeliefData