Dev2.BussinessLogic.RsOpIsBetween.HandlesType C# (CSharp) Method

HandlesType() public method

public HandlesType ( ) : string
return string
        public override string HandlesType()
        {
            return "Is Between";
        }
    }