示例#1
0
 partial void DeletePropertyType(PropertyType instance);
示例#2
0
 partial void InsertPropertyType(PropertyType instance);
示例#3
0
 partial void UpdatePropertyType(PropertyType instance);
示例#4
0
		private void detach_PropertyTypes(PropertyType entity)
		{
			this.SendPropertyChanging();
			entity.PlanObjectType = null;
		}