示例#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;
		}