Table of Contents

Interface ITMPParameterValidator

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 ITMPKeywordDatabase

The keyword database used for parsing the parameter values

Returns

bool

true if the parameters were successfully validated; false otherwise.