예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ExitKeywords EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToExitKeywords(ExitKeyword exitKeyword)
 {
     base.AddObject("ExitKeywords", exitKeyword);
 }
예제 #2
0
 /// <summary>
 /// Create a new ExitKeyword object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="keyword">Initial value of the Keyword property.</param>
 /// <param name="exitId">Initial value of the ExitId property.</param>
 public static ExitKeyword CreateExitKeyword(global::System.Int32 id, global::System.String keyword, global::System.Int32 exitId)
 {
     ExitKeyword exitKeyword = new ExitKeyword();
     exitKeyword.Id = id;
     exitKeyword.Keyword = keyword;
     exitKeyword.ExitId = exitId;
     return exitKeyword;
 }