コード例 #1
0
 public virtual void OnReadObject()
 {
     if (Operators == null)
     {
         Operators = new SimpleListOperatorsConfig()
         {
             Operators = UpdateKind.All
         }
     }
     ;
 }
コード例 #2
0
 public void OnReadObject()
 {
     if (Operators == null)
     {
         Operators = new SimpleListOperatorsConfig()
         {
             Operators = UpdateKind.All
         }
     }
     ;
     if (DetailOperators == null)
     {
         DetailOperators = new SimpleDetailOperatorsConfig();
     }
 }