public static void postSet_Name(Property obj, PropertyPostSetterEventArgs<string> e) { obj.Recalculate("CodeTemplate"); }
public static void postSet_ObjectClass(Property obj, PropertyPostSetterEventArgs<DataType> e) { obj.Recalculate("CodeTemplate"); }
public static void postSet_Constraints(Property obj) { obj.Recalculate("CodeTemplate"); }