コード例 #1
0
 partial void DeleteExample(Example instance);
コード例 #2
0
 partial void UpdateExample(Example instance);
コード例 #3
0
 partial void InsertExample(Example instance);
コード例 #4
0
		private void detach_Examples(Example entity)
		{
			this.SendPropertyChanging();
			entity.ReferenceSet = null;
		}
コード例 #5
0
		private void detach_Examples(Example entity)
		{
			this.SendPropertyChanging();
			entity.Component = null;
		}
コード例 #6
0
		private void attach_Examples(Example entity)
		{
			this.SendPropertyChanging();
			entity.Component = this;
		}