/// <summary> /// Create a new cangooru_Location object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="address">Initial value of the Address property.</param> /// <param name="contactName">Initial value of the ContactName property.</param> /// <param name="telephone">Initial value of the Telephone property.</param> /// <param name="userAccountId">Initial value of the UserAccountId property.</param> /// <param name="locationType">Initial value of the LocationType property.</param> public static cangooru_Location Createcangooru_Location(global::System.Guid id, global::System.String address, global::System.String contactName, global::System.Int64 telephone, global::System.Guid userAccountId, global::System.Int32 locationType) { cangooru_Location cangooru_Location = new cangooru_Location(); cangooru_Location.Id = id; cangooru_Location.Address = address; cangooru_Location.ContactName = contactName; cangooru_Location.Telephone = telephone; cangooru_Location.UserAccountId = userAccountId; cangooru_Location.LocationType = locationType; return cangooru_Location; }
/// <summary> /// Deprecated Method for adding a new object to the cangooru_Location EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTocangooru_Location(cangooru_Location cangooru_Location) { base.AddObject("cangooru_Location", cangooru_Location); }