Used to validate a property whose type has its own properties with data annotations.
[AttributeUsage(AttributeTargets.Property)]
public sealed class ValidateObjectAttribute : ValidationAttribute
| name | description |
|---|---|
| ValidateObjectAttribute() | The default constructor. |
| name | description |
|---|---|
| override IsValid(…) |