Ejemplo n.º 1
0
 protected override void doSetupConditionValue(ConditionValue conditionValue, Object value, String location)
 {
     conditionValue.InScope = (System.Collections.IList)value;
     conditionValue.setInScopeLocation(location);
 }