コード例 #1
0
ファイル: ysl.designer.cs プロジェクト: iowen/ysl
 partial void UpdateUserRole(UserRole instance);
コード例 #2
0
ファイル: ysl.designer.cs プロジェクト: iowen/ysl
 partial void DeleteUserRole(UserRole instance);
コード例 #3
0
ファイル: ysl.designer.cs プロジェクト: iowen/ysl
 partial void InsertUserRole(UserRole instance);
コード例 #4
0
ファイル: ysl.designer.cs プロジェクト: iowen/ysl
		private void detach_UserRoles1(UserRole entity)
		{
			this.SendPropertyChanging();
			entity.ApplicationRole1 = null;
		}
コード例 #5
0
ファイル: ysl.designer.cs プロジェクト: iowen/ysl
		private void attach_UserRoles(UserRole entity)
		{
			this.SendPropertyChanging();
			entity.ApplicationRole = this;
		}
コード例 #6
0
ファイル: ysl.designer.cs プロジェクト: iowen/ysl
		private void detach_UserRoles(UserRole entity)
		{
			this.SendPropertyChanging();
			entity.Account = null;
		}
コード例 #7
0
ファイル: ysl.designer.cs プロジェクト: iowen/ysl
		private void attach_UserRoles(UserRole entity)
		{
			this.SendPropertyChanging();
			entity.Account = this;
		}