Example #1
0
 public MemberValueWrapper EvaluateToWrapper(Executer exec)
 {
     if (this.ValueWrapper == null)
         this.ValueWrapper = new MemberValueWrapper(this.Name, this.BelongsToObject);
     if (this.ValueWrapper.IsExec)
         this.ValueWrapper.Value = exec;
     return this.ValueWrapper;
 }
Example #2
0
 public MemberValueWrapper EvaluateToWrapper(Executer exec)
 {
     if (this.ValueWrapper == null)
     {
         this.ValueWrapper = new MemberValueWrapper(this.Name, this.BelongsToObject);
     }
     if (this.ValueWrapper.IsExec)
     {
         this.ValueWrapper.Value = exec;
     }
     return(this.ValueWrapper);
 }