ValidateObjectAttribute class

Used to validate a property whose type has its own properties with data annotations.

[AttributeUsage(AttributeTargets.Property)]
public sealed class ValidateObjectAttribute : ValidationAttribute

Public Members

name description
ValidateObjectAttribute() The default constructor.

Protected Members

name description
override IsValid(…)  

See Also