Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the PickSet EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPickSet(Pick pick)
 {
     base.AddObject("PickSet", pick);
 }
Example #2
0
 /// <summary>
 /// Create a new Pick object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="sysVersion">Initial value of the SysVersion property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="mOId">Initial value of the MOId property.</param>
 public static Pick CreatePick(global::System.Int64 id, global::System.Int32 sysVersion, global::System.String name, global::System.Int64 mOId)
 {
     Pick pick = new Pick();
     pick.Id = id;
     pick.SysVersion = sysVersion;
     pick.Name = name;
     pick.MOId = mOId;
     return pick;
 }