ValidationData Class
Validation data class.
Namespace: Aliquo.Windows.ModelsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public class ValidationData
Public Class ValidationData
- Inheritance
- Object ValidationData
Model to contain data that requires validation.
DataObject |
Reference of the object being validated.
|
IsNewObject |
Indicates whether DataObject is a new object that has been created.
|
IsValid |
Indicates if the data is valid.
|
NewValue |
New property value.
|
OldValue |
Previous property value.
|
PropertyName |
Property name requiring validation.
|