Ejemplo n.º 1
0
 private void ComputeCustomOperator(ICSharpWriter writer)
 {
     ComputedValue = CSharpQueryExpression.ComputeQueryResult(writer, Operator, FeatureCall);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Runs the compiler to compute the value as a string.
 /// </summary>
 /// <param name="writer">The stream on which to write.</param>
 public void Compute(ICSharpWriter writer)
 {
     //TODO use the precusor instead
     ComputedValue = CSharpQueryExpression.ComputeQueryResult(writer, ParentFeature, FeatureCall);
 }