ValidationProviderValidate(String) Method
Applies validation rules to the entity and returns a value indicating whether all rules are valid
and does not contain error notifications from the view.
Use the and
to determine where the errors occurred.
To get the list
for errors use and
Namespace: Aliquo.Windows.BaseAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public bool Validate(
string propertyName
)
Public Function Validate (
propertyName As String
) As Boolean
- propertyName String
- Property name.
Boolean if the entity does not currently have validation errors; otherwise,
.