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