|
ValidatorEntryServerOnlyFull pathMadWidgets.Validation.ValidatorEntryServerOnly
Declarationpublic abstract class ValidatorEntryServerOnly : ValidatorEntry
HierarchyClick on the selected class to view any properties or methods that may be accessible through an instance of this class through inheritance.ValidatorEntryServerOnly
OverviewThe ValidatorEntryServerOnly class is the base class for all validation entries that can be validated on the server only. This class is intended for extension purposes only as there are no ValidatorEntry classes extended from this class that are shipped with the ASP.NET Validation Package.ConstructorsConstructorsValidatorEntryServerOnlypublic ValidatorEntryServerOnly(string sMessage)
Creates a ValidatorEntryServerOnly object with a message. ValidatorEntryServerOnlypublic ValidatorEntryServerOnly(string sMessage, bool bNegate)
Creates a ValidatorEntryServerOnly object with a message and a negate value. © 2002 - 2009 Copyright, Disclaimer and Privacy Statement |
||||||