Ejemplo n.º 1
0
		private void detach_Cloudcore_Worklist(Cloudcore_Worklist entity)
		{
			this.SendPropertyChanging();
			entity.Cloudcore_Activity = null;
		}
Ejemplo n.º 2
0
		private void detach_Cloudcore_Worklist(Cloudcore_Worklist entity)
		{
			this.SendPropertyChanging();
			entity.Cloudcoremodel_StatusType = null;
		}
Ejemplo n.º 3
0
 partial void DeleteCloudcore_Worklist(Cloudcore_Worklist instance);
Ejemplo n.º 4
0
 partial void UpdateCloudcore_Worklist(Cloudcore_Worklist instance);
Ejemplo n.º 5
0
 partial void InsertCloudcore_Worklist(Cloudcore_Worklist instance);
Ejemplo n.º 6
0
		private void detach_User(Cloudcore_Worklist entity)
		{
			this.SendPropertyChanging();
			entity.User = null;
		}
Ejemplo n.º 7
0
		private void attach_Cloudcore_Worklist(Cloudcore_Worklist entity)
		{
			this.SendPropertyChanging();
			entity.Cloudcore_User = this;
		}