Prado\Web\UI\WebControls\TRangeValidator::setDataType PHP 메소드

setDataType() 공개 메소드

Sets the data type that the values being compared are converted to before the comparison is made.
public setDataType ( $value )
    public function setDataType($value)
    {
        $this->setViewState('DataType', TPropertyValue::ensureEnum($value, 'Prado\\Web\\UI\\WebControls\\TRangeValidationDataType'), TRangeValidationDataType::String);
    }