IValidatedType.GetValidatedFields Method

Gets the IValidatedElement instances representing the fields on the validated type.

Namespace: Microsoft.Practices.EnterpriseLibrary.Validation
Assembly: Microsoft.Practices.EnterpriseLibrary.Validation (in Microsoft.Practices.EnterpriseLibrary.Validation.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

IEnumerable<IValidatedElement> GetValidatedFields()
'Declaration
Function GetValidatedFields As IEnumerable(Of IValidatedElement)
IEnumerable<IValidatedElement^>^ GetValidatedFields()

Return Value

Type: IEnumerable<IValidatedElement>
The validated fields.

See Also

IValidatedType Interface

IValidatedType Members

Microsoft.Practices.EnterpriseLibrary.Validation Namespace