Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
コード例 #1
0
		private void detach_MeterLocationLines(MeterLocationLine entity)
		{
			this.SendPropertyChanging();
			entity.MeterLocation = null;
		}
コード例 #2
0
 partial void DeleteMeterLocationLine(MeterLocationLine instance);
コード例 #3
0
 partial void InsertMeterLocationLine(MeterLocationLine instance);
コード例 #4
0
 partial void UpdateMeterLocationLine(MeterLocationLine instance);
コード例 #5
0
		private void attach_MeterLocationLines(MeterLocationLine entity)
		{
			this.SendPropertyChanging();
			entity.Line = this;
		}