Ejemplo n.º 1
0
 partial void DeletePropertyTargetValue(PropertyTargetValue instance);
Ejemplo n.º 2
0
 partial void UpdatePropertyTargetValue(PropertyTargetValue instance);
Ejemplo n.º 3
0
 partial void InsertPropertyTargetValue(PropertyTargetValue instance);
Ejemplo n.º 4
0
		private void detach_PropertyTargetValue(PropertyTargetValue entity)
		{
			this.SendPropertyChanging();
			entity.PropertiesHolder = null;
		}
Ejemplo n.º 5
0
		private void detach_PropertyTargetValue(PropertyTargetValue entity)
		{
			this.SendPropertyChanging();
			entity.DicPropertyKind = null;
		}
Ejemplo n.º 6
0
partial         void InsertPropertyTargetValue(PropertyTargetValue ptv)
        {
            var PropertyHistory = PropertyTargetValue.Where(p => p.PropertyHolderId == ptv.PropertyHolderId && p.PropertyKindId == ptv.PropertyKindId);
            InsertContinuousIntoSequence(ptv, PropertyHistory);
            ExecuteDynamicInsert(ptv);
        }