Esempio n. 1
0
		private void detach_Cloudcoremodel_FlowModel(Cloudcoremodel_FlowModel entity)
		{
			this.SendPropertyChanging();
			entity.Cloudcoremodel_ProcessRevision = null;
		}
Esempio n. 2
0
 partial void DeleteCloudcoremodel_FlowModel(Cloudcoremodel_FlowModel instance);
Esempio n. 3
0
 partial void UpdateCloudcoremodel_FlowModel(Cloudcoremodel_FlowModel instance);
Esempio n. 4
0
 partial void InsertCloudcoremodel_FlowModel(Cloudcoremodel_FlowModel instance);
Esempio n. 5
0
		private void detach_FlowModel_ActivityModel_To(Cloudcoremodel_FlowModel entity)
		{
			this.SendPropertyChanging();
			entity.ToActivityModel = null;
		}
Esempio n. 6
0
		private void attach_Cloudcoremodel_FlowModel(Cloudcoremodel_FlowModel entity)
		{
			this.SendPropertyChanging();
			entity.Cloudcoremodel_ActivityModel = this;
		}