C# Class SpeakFriend.Utilities.Web.ValidationItem

Afficher le fichier Open project: teamaton/speak-lib Class Usage Examples

Méthodes publiques

Свойство Type Description
Control System.Web.UI.Control
ControlTwo System.Web.UI.Control
ErrorMessage string
Name string
Operator ValidationCompareOperator
Type ValidationType
ValueToCompare String

Méthodes publiques

Méthode Description
GetErrorMessage ( ) : string
IsDropDownList ( ) : bool
IsTextBox ( ) : bool

Method Details

GetErrorMessage() public méthode

public GetErrorMessage ( ) : string
Résultat string

IsDropDownList() public méthode

public IsDropDownList ( ) : bool
Résultat bool

IsTextBox() public méthode

public IsTextBox ( ) : bool
Résultat bool

Property Details

Control public_oe property

public Control,System.Web.UI Control
Résultat System.Web.UI.Control

ControlTwo public_oe property

public Control,System.Web.UI ControlTwo
Résultat System.Web.UI.Control

ErrorMessage public_oe property

public string ErrorMessage
Résultat string

Name public_oe property

Used for the error message
public string Name
Résultat string

Operator public_oe property

public ValidationCompareOperator Operator
Résultat ValidationCompareOperator

Type public_oe property

public ValidationType Type
Résultat ValidationType

ValueToCompare public_oe property

public String ValueToCompare
Résultat String