ModelDataErrorValidateProperty Method
Validates a property with a specified name and a given input value.
Namespace: Common.Core.ClassesAssembly: Common.Core (in Common.Core.dll) Version: 2.1.5
public bool ValidateProperty(
Object? value,
string propertyName = ""
)
- value Object
- The value to test for the specified property.
- propertyName String (Optional)
- The name of the property to validate.
Boolean if the value is valid,
if any errors are found.