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