Esempio n. 1
0
 public virtual void OnReadObject()
 {
     if (Operators == null)
     {
         Operators = new SimpleListOperatorsConfig()
         {
             Operators = UpdateKind.All
         }
     }
     ;
 }
Esempio n. 2
0
 public void OnReadObject()
 {
     if (Operators == null)
     {
         Operators = new SimpleListOperatorsConfig()
         {
             Operators = UpdateKind.All
         }
     }
     ;
     if (DetailOperators == null)
     {
         DetailOperators = new SimpleDetailOperatorsConfig();
     }
 }