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