示例#1
0
 /// <summary>
 /// Create a new C119TVPrefix object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static C119TVPrefix CreateC119TVPrefix(global::System.Int32 id)
 {
     C119TVPrefix c119TVPrefix = new C119TVPrefix();
     c119TVPrefix.ID = id;
     return c119TVPrefix;
 }
示例#2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the C119TVPrefix EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToC119TVPrefix(C119TVPrefix c119TVPrefix)
 {
     base.AddObject("C119TVPrefix", c119TVPrefix);
 }