Dev2.BaseConvertTO.Validate C# (CSharp) Method

Validate() public method

public Validate ( string propertyName, IRuleSet ruleSet ) : bool
propertyName string
ruleSet IRuleSet
return bool
        public bool Validate(string propertyName, IRuleSet ruleSet)
        {
            return false;
        }

Same methods

BaseConvertTO::Validate ( string propertyName, string datalist ) : bool