예제 #1
0
 partial void DeletecmsPropertyType(cmsPropertyType instance);
예제 #2
0
 partial void UpdatecmsPropertyType(cmsPropertyType instance);
예제 #3
0
		private void detach_cmsPropertyTypes(cmsPropertyType entity)
		{
			this.SendPropertyChanging();
			entity.cmsTab = null;
		}
예제 #4
0
 partial void InsertcmsPropertyType(cmsPropertyType instance);
예제 #5
0
		private void attach_cmsPropertyTypes(cmsPropertyType entity)
		{
			this.SendPropertyChanging();
			entity.cmsTab = this;
		}