verify


Description:

public bool verify (SList<Setting> all_settings) throws Error

Validates the setting.

Each setting's properties have allowed values, and some are dependent on other values (hence the need for all_settings). The returned Error contains information about which property of the setting failed validation, and in what way that property failed validation.

Parameters:

this

the Setting to verify

all_settings

a SList of all settings in the connection from which this came

Returns:

true if the setting is valid, false if it is not