|
ValidatorEntrySingleObjectFull pathMadWidgets.Validation.ValidatorEntrySingleObject
Declarationpublic abstract class ValidatorEntrySingleObject : ValidatorEntryClientServer
HierarchyClick on the selected class to view any properties or methods that may be accessible through an instance of this class through inheritance.ValidatorEntrySingleObject
OverviewThe ValidatorEntrySingleObject class is the base class for all validation entries that validate a single object (e.g. a form field).ConstructorsPublic propertiesConstructorsValidatorEntrySingleObjectpublic ValidatorEntrySingleObject(object o, string sMessage, string sHighlightElement, bool bRequired, bool bNegate)
Creates a ValidatorEntrySingleObject validating the object o, with a message, a client-side highlight element signature, a boolean indicating whether the object must have a non-blank value and a negate boolean. Public propertiesGetValidationValuepublic string GetValidationValue {get;}
This property is a shortcut to the ValidatorEntry.GetValidationValue(object o) method. It returns the posted value of the object being validated. © 2002 - 2009 Copyright, Disclaimer and Privacy Statement |
||||||