C# Class SpeakFriend.Utilities.Web.ValidationItem

Show file Open project: teamaton/speak-lib Class Usage Examples

Public Properties

Property Type Description
Control System.Web.UI.Control
ControlTwo System.Web.UI.Control
ErrorMessage string
Name string
Operator ValidationCompareOperator
Type ValidationType
ValueToCompare String

Public Methods

Method Description
GetErrorMessage ( ) : string
IsDropDownList ( ) : bool
IsTextBox ( ) : bool

Method Details

GetErrorMessage() public method

public GetErrorMessage ( ) : string
return string

IsDropDownList() public method

public IsDropDownList ( ) : bool
return bool

IsTextBox() public method

public IsTextBox ( ) : bool
return bool

Property Details

Control public property

public Control,System.Web.UI Control
return System.Web.UI.Control

ControlTwo public property

public Control,System.Web.UI ControlTwo
return System.Web.UI.Control

ErrorMessage public property

public string ErrorMessage
return string

Name public property

Used for the error message
public string Name
return string

Operator public property

public ValidationCompareOperator Operator
return ValidationCompareOperator

Type public property

public ValidationType Type
return ValidationType

ValueToCompare public property

public String ValueToCompare
return String