Featured On ...

asp.net

totalasp.co.uk

fuzzysoftware.com

devdex.com

123aspx.com

dotnetfreaks.com

411asp.net

and more ...

ValidatorEntrySingleObject

Full path

MadWidgets.Validation.ValidatorEntrySingleObject

Declaration

public abstract class ValidatorEntrySingleObject : ValidatorEntryClientServer

Hierarchy

Click on the selected class to view any properties or methods that may be accessible through an instance of this class through inheritance.

ValidatorEntrySingleObject

Overview

The ValidatorEntrySingleObject class is the base class for all validation entries that validate a single object (e.g. a form field).

Constructors

Public properties


Constructors

ValidatorEntrySingleObject

public 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 properties

GetValidationValue

public 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