/// <summary> /// 创建新的 View_WorkerCountInZone 对象。 /// </summary> /// <param name="zoneName">ZoneName 属性的初始值。</param> public static View_WorkerCountInZone CreateView_WorkerCountInZone(global::System.String zoneName) { View_WorkerCountInZone view_WorkerCountInZone = new View_WorkerCountInZone(); view_WorkerCountInZone.ZoneName = zoneName; return view_WorkerCountInZone; }
/// <summary> /// 用于向 View_WorkerCountInZone EntitySet 添加新对象的方法,已弃用。请考虑改用关联的 ObjectSet<T> 属性的 .Add 方法。 /// </summary> public void AddToView_WorkerCountInZone(View_WorkerCountInZone view_WorkerCountInZone) { base.AddObject("View_WorkerCountInZone", view_WorkerCountInZone); }