Example #1
0
		private void detach_role_resources(role_resource entity)
		{
			this.SendPropertyChanging();
			entity.role = null;
		}
Example #2
0
		private void attach_role_resources(role_resource entity)
		{
			this.SendPropertyChanging();
			entity.role = this;
		}
Example #3
0
 partial void Updaterole_resource(role_resource instance);
Example #4
0
 partial void Deleterole_resource(role_resource instance);
Example #5
0
 partial void Insertrole_resource(role_resource instance);