Inheritance: System.Data.Objects.DataClasses.EntityObject
 /// <summary>
 /// Create a new DefaultStudyAdvisorKnowledgeBeliefData object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="expirationDate">Initial value of the ExpirationDate property.</param>
 /// <param name="phraseDataId">Initial value of the PhraseDataId property.</param>
 public static DefaultStudyAdvisorKnowledgeBeliefData CreateDefaultStudyAdvisorKnowledgeBeliefData(global::System.Guid id, global::System.DateTime expirationDate, global::System.Guid phraseDataId)
 {
     DefaultStudyAdvisorKnowledgeBeliefData defaultStudyAdvisorKnowledgeBeliefData = new DefaultStudyAdvisorKnowledgeBeliefData();
     defaultStudyAdvisorKnowledgeBeliefData.Id = id;
     defaultStudyAdvisorKnowledgeBeliefData.ExpirationDate = expirationDate;
     defaultStudyAdvisorKnowledgeBeliefData.PhraseDataId = phraseDataId;
     return defaultStudyAdvisorKnowledgeBeliefData;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the DefaultStudyAdvisorKnowledgeBeliefDatas EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDefaultStudyAdvisorKnowledgeBeliefDatas(DefaultStudyAdvisorKnowledgeBeliefData defaultStudyAdvisorKnowledgeBeliefData)
 {
     base.AddObject("DefaultStudyAdvisorKnowledgeBeliefDatas", defaultStudyAdvisorKnowledgeBeliefData);
 }