Example #1
0
		private void detach_Cloudcore_SystemActionAllocation(Cloudcore_SystemActionAllocation entity)
		{
			this.SendPropertyChanging();
			entity.Cloudcore_AccessPool = null;
		}
Example #2
0
 partial void InsertCloudcore_SystemActionAllocation(Cloudcore_SystemActionAllocation instance);
Example #3
0
 partial void DeleteCloudcore_SystemActionAllocation(Cloudcore_SystemActionAllocation instance);
Example #4
0
		private void attach_Cloudcore_SystemActionAllocation(Cloudcore_SystemActionAllocation entity)
		{
			this.SendPropertyChanging();
			entity.Cloudcore_SystemAction = this;
		}