[SerializableAttribute]
public sealed class ValidationResult<SerializableAttribute>
Public NotInheritable Class ValidationResult[SerializableAttribute]
public ref class ValidationResult sealed[<SealedAttribute>]
[<SerializableAttribute>]
type ValidationResult = class end| ValidationResult | Initializes a new instance of the ValidationResult class. |
| Message | Gets the message for this ValidationResult. |
| PropertyName | Gets the name of the property for this ValidationResult. |
| Severity | Gets the severity of this ValidationResult. |
| Equals |
Determines whether the specified Object, is equal to this instance.
(Overrides ObjectEquals(Object)) |
| GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode) |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString) |
| Convert |
Converts an Object specified in the obj parameter to the desired targetType.
See the Examples section of the generic ConvertTTarget(Object, CultureInfo) overload for an example. (Defined by ObjectExtensions) |
| ConvertTTarget |
Converts an Object specified in the obj parameter to the desired TTarget.
(Defined by ObjectExtensions) |
| In |
Gets whether item is among the elements of set.
See the Examples section of the generic InT(T, T) overload for an example. (Defined by ObjectExtensions) |
| TryConvert |
Tries to convert an Object specified in the obj parameter to the desired targetType.
See the Examples section of the ConvertTTarget(Object, CultureInfo) method for a related example. (Defined by ObjectExtensions) |
| TryConvert |
Tries to convert an Object specified in the obj parameter to the desired targetType.
See the Examples section of the ConvertTTarget(Object, CultureInfo) method for a related example. (Defined by ObjectExtensions) |
| TryConvertTTarget |
Tries to convert an Object specified in the obj parameter to the desired TTarget.
See the Examples section of the ConvertTTarget(Object, CultureInfo) method for a related example. (Defined by ObjectExtensions) |
| TryConvertTTarget |
Tries to convert an Object specified in the obj parameter to the desired TTarget.
See the Examples section of the ConvertTTarget(Object, CultureInfo) method for a related example. (Defined by ObjectExtensions) |