/// <summary> /// Deprecated Method for adding a new object to the cangooru_Region EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTocangooru_Region(cangooru_Region cangooru_Region) { base.AddObject("cangooru_Region", cangooru_Region); }
/// <summary> /// Create a new cangooru_Region object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="name">Initial value of the Name property.</param> /// <param name="briefName">Initial value of the BriefName property.</param> public static cangooru_Region Createcangooru_Region(global::System.Guid id, global::System.String name, global::System.String briefName) { cangooru_Region cangooru_Region = new cangooru_Region(); cangooru_Region.Id = id; cangooru_Region.Name = name; cangooru_Region.BriefName = briefName; return cangooru_Region; }