- Timestamp:
- 09/21/15 16:35:55 (7 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 12926-12927,12959
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Services.Hive.DataAccess
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Services.Hive.DataAccess merged: 12926
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Services.Hive.DataAccess/3.3/HiveDataContext.designer.cs
r12962 r12963 1620 1620 private System.Guid _HiveExperimentId; 1621 1621 1622 private bool _IsPrivileged;1623 1624 1622 private EntitySet<AssignedResource> _AssignedResources; 1625 1623 … … 1664 1662 partial void OnJobIdChanging(System.Guid value); 1665 1663 partial void OnJobIdChanged(); 1666 partial void OnIsPrivilegedChanging(bool value);1667 partial void OnIsPrivilegedChanged();1668 1664 #endregion 1669 1665 … … 1924 1920 this.SendPropertyChanged("JobId"); 1925 1921 this.OnJobIdChanged(); 1926 }1927 }1928 }1929 1930 [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IsPrivileged", DbType="Bit")]1931 public bool IsPrivileged1932 {1933 get1934 {1935 return this._IsPrivileged;1936 }1937 set1938 {1939 if ((this._IsPrivileged != value))1940 {1941 this.OnIsPrivilegedChanging(value);1942 this.SendPropertyChanging();1943 this._IsPrivileged = value;1944 this.SendPropertyChanged("IsPrivileged");1945 this.OnIsPrivilegedChanged();1946 1922 } 1947 1923 }
Note: See TracChangeset
for help on using the changeset viewer.