Interface ITMPParameterValidator
- Namespace
- TMPEffects.Parameters
Validates tag parameters.
public interface ITMPParameterValidator
Methods
ValidateParameters(IDictionary<string, string>, ITMPKeywordDatabase)
Validate the given parameters.
bool ValidateParameters(IDictionary<string, string> parameters, ITMPKeywordDatabase keywordDatabase)
Parameters
parameters
IDictionary<string, string>The parameters as key-value pairs
keywordDatabase
ITMPKeywordDatabaseThe keyword database used for parsing the parameter values
Returns
- bool
true if the parameters were successfully validated; false otherwise.