C# Class Catel.Windows.Controls.FieldWarningOrErrorInfo

Information class about field warnings and errors.
Datei anzeigen Open project: Catel/Catel Class Usage Examples

Public Methods

Method 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 method

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.
return bool

FieldWarningOrErrorInfo() public method

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

GetHashCode() public method

Returns a hash code for this instance.
public GetHashCode ( ) : int
return int