Example #1
0
 ///<summary>Finds all the model values that match the operator specified</summary>
 public virtual ModelValues      FindOperator(ModelValueOperator op)
 {
     return(this.FindOperator(op, true));
 }