C# Class Catel.Windows.Controls.FieldWarningOrErrorInfo

Information class about field warnings and errors.
Afficher le fichier Open project: Catel/Catel Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool

Determines whether the specified System.Object is equal to this instance.

FieldWarningOrErrorInfo ( string field, string message ) : System

Initializes a new instance of the FieldWarningOrErrorInfo class.

GetHashCode ( ) : int

Returns a hash code for this instance.

Method Details

Equals() public méthode

Determines whether the specified System.Object is equal to this instance.
/// The parameter is null. ///
public Equals ( object obj ) : bool
obj object The to compare with this instance.
Résultat bool

FieldWarningOrErrorInfo() public méthode

Initializes a new instance of the FieldWarningOrErrorInfo class.
public FieldWarningOrErrorInfo ( string field, string message ) : System
field string The field.
message string The message.
Résultat System

GetHashCode() public méthode

Returns a hash code for this instance.
public GetHashCode ( ) : int
Résultat int