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