コード例 #1
0
ファイル: GlobalBase.designer.cs プロジェクト: loshurik/Blank
	private void detach_TagPresentationLinks(TagPresentationLink entity)
	{
		this.SendPropertyChanging();
		entity.Tag = null;
	}
コード例 #2
0
ファイル: GlobalBase.designer.cs プロジェクト: loshurik/Blank
 partial void DeleteTagPresentationLink(TagPresentationLink instance);
コード例 #3
0
ファイル: GlobalBase.designer.cs プロジェクト: loshurik/Blank
 partial void InsertTagPresentationLink(TagPresentationLink instance);
コード例 #4
0
ファイル: GlobalBase.designer.cs プロジェクト: loshurik/Blank
 partial void UpdateTagPresentationLink(TagPresentationLink instance);
コード例 #5
0
ファイル: GlobalBase.designer.cs プロジェクト: loshurik/Blank
	private void attach_TagPresentationLinks(TagPresentationLink entity)
	{
		this.SendPropertyChanging();
		entity.Presentation = this;
	}