/// <summary> /// Deprecated Method for adding a new object to the VWCheckOutlet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToVWCheckOutlet(VWCheckOutlet vWCheckOutlet) { base.AddObject("VWCheckOutlet", vWCheckOutlet); }
/// <summary> /// Create a new VWCheckOutlet object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="outletID">Initial value of the OutletID property.</param> /// <param name="userID">Initial value of the UserID property.</param> public static VWCheckOutlet CreateVWCheckOutlet(global::System.Guid id, global::System.Guid outletID, global::System.Guid userID) { VWCheckOutlet vWCheckOutlet = new VWCheckOutlet(); vWCheckOutlet.ID = id; vWCheckOutlet.OutletID = outletID; vWCheckOutlet.UserID = userID; return vWCheckOutlet; }