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