Changeset 6893 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.DataAccess/3.3/HiveDataContext.designer.cs
- Timestamp:
- 10/09/11 01:47:51 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.DataAccess/3.3/HiveDataContext.designer.cs
r6768 r6893 3 3 // <auto-generated> 4 4 // This code was generated by a tool. 5 // Runtime Version:4.0.30319.23 55 // Runtime Version:4.0.30319.237 6 6 // 7 7 // Changes to this file may cause incorrect behavior and will be lost if … … 855 855 private System.Nullable<System.Guid> _ParentResourceId; 856 856 857 private int _HbInterval; 858 857 859 private EntitySet<AssignedResource> _AssignedResources; 858 860 … … 877 879 partial void OnParentResourceIdChanging(System.Nullable<System.Guid> value); 878 880 partial void OnParentResourceIdChanged(); 881 partial void OnHbIntervalChanging(int value); 882 partial void OnHbIntervalChanged(); 879 883 #endregion 880 884 … … 969 973 this.SendPropertyChanged("ParentResourceId"); 970 974 this.OnParentResourceIdChanged(); 975 } 976 } 977 } 978 979 [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_HbInterval", DbType="Int")] 980 public int HbInterval 981 { 982 get 983 { 984 return this._HbInterval; 985 } 986 set 987 { 988 if ((this._HbInterval != value)) 989 { 990 this.OnHbIntervalChanging(value); 991 this.SendPropertyChanging(); 992 this._HbInterval = value; 993 this.SendPropertyChanged("HbInterval"); 994 this.OnHbIntervalChanged(); 971 995 } 972 996 }
Note: See TracChangeset
for help on using the changeset viewer.