/// <summary> /// Create a new VocabBanksTag object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="vocabularyId">Initial value of the VocabularyId property.</param> /// <param name="tagId">Initial value of the TagId property.</param> public static VocabBanksTag CreateVocabBanksTag(global::System.Int32 id, global::System.Int32 vocabularyId, global::System.Int32 tagId) { VocabBanksTag vocabBanksTag = new VocabBanksTag(); vocabBanksTag.Id = id; vocabBanksTag.VocabularyId = vocabularyId; vocabBanksTag.TagId = tagId; return vocabBanksTag; }
/// <summary> /// Deprecated Method for adding a new object to the VocabBanksTags EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToVocabBanksTags(VocabBanksTag vocabBanksTag) { base.AddObject("VocabBanksTags", vocabBanksTag); }