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