|
ValidatorEntryPresetFull pathMadWidgets.Validation.ValidatorEntryPreset
Declarationpublic class ValidatorEntryPreset : ValidatorEntrySingleObject
HierarchyClick on the selected class to view any properties or methods that may be accessible through an instance of this class through inheritance.ValidatorEntryPreset
OverviewThe ValidatorEntryPreset class is used to present a fixed message to the user without first being validated. Instances of this class are always invalid and will hence always show up in the validation summary. Also Validator.IsValid will always return false while one of these objects is present in the Validator control.ValidatorEntryPreset objects are used internally to store error messages added arbitrarily to the Validator control. ConstructorsConstructorsValidatorEntryPresetpublic ValidatorEntryPreset(string sMessage)
Creates a ValidatorEntryPreset with a message. ValidatorEntryPresetpublic ValidatorEntryPreset(object o, string sMessage)
Creates a ValidatorEntryPreset based on the object o, with a message. © 2002 - 2009 Copyright, Disclaimer and Privacy Statement |
||||||