using System; using System.Collections.Generic; using System.Text; namespace ReZero.SuperAPI { public enum WhereValueType { Value=0, Parameter=1, ClaimKey= 2, } }