コード例 #1
0
ファイル: SKUD.designer.cs プロジェクト: saeednazari/Rubezh
 partial void DeletePhone(Phone instance);
コード例 #2
0
ファイル: SKUD.designer.cs プロジェクト: saeednazari/Rubezh
 partial void UpdatePhone(Phone instance);
コード例 #3
0
ファイル: SKUD.designer.cs プロジェクト: saeednazari/Rubezh
		private void detach_Phone(Phone entity)
		{
			this.SendPropertyChanging();
			entity.Department = null;
		}
コード例 #4
0
ファイル: SKUD.designer.cs プロジェクト: saeednazari/Rubezh
 partial void InsertPhone(Phone instance);
コード例 #5
0
ファイル: SKUD.designer.cs プロジェクト: saeednazari/Rubezh
		private void attach_Phone(Phone entity)
		{
			this.SendPropertyChanging();
			entity.Department = this;
		}