コード例 #1
0
ファイル: Images.designer.cs プロジェクト: helgihaf/Alpha
		private void detach_ImageTags(ImageTag entity)
		{
			this.SendPropertyChanging();
			entity.Tag1 = null;
		}
コード例 #2
0
ファイル: Images.designer.cs プロジェクト: helgihaf/Alpha
		private void attach_ImageTags(ImageTag entity)
		{
			this.SendPropertyChanging();
			entity.Tag1 = this;
		}
コード例 #3
0
ファイル: Images.designer.cs プロジェクト: helgihaf/Alpha
 partial void UpdateImageTag(ImageTag instance);
コード例 #4
0
ファイル: Images.designer.cs プロジェクト: helgihaf/Alpha
 partial void DeleteImageTag(ImageTag instance);
コード例 #5
0
ファイル: Images.designer.cs プロジェクト: helgihaf/Alpha
 partial void InsertImageTag(ImageTag instance);