C# Class SpeakFriend.Utilities.Web.ValidationItem

Datei anzeigen 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_oe property

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

ControlTwo public_oe property

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

ErrorMessage public_oe property

public string ErrorMessage
return string

Name public_oe property

Used for the error message
public string Name
return string

Operator public_oe property

public ValidationCompareOperator Operator
return ValidationCompareOperator

Type public_oe property

public ValidationType Type
return ValidationType

ValueToCompare public_oe property

public String ValueToCompare
return String