IValidatedType Members

Include Protected Members
Include Inherited Members

The IValidatedType type exposes the following members.

Methods

  Name Description
Public method GetSelfValidationMethods
Gets the self-validation methods on the validated type.
Public method GetValidatedFields
Gets the IValidatedElement instances representing the fields on the validated type.
Public method GetValidatedMethods
Gets the IValidatedElement instances representing the methods on the validated type.
Public method GetValidatedProperties
Gets the IValidatedElement instances representing the properties on the validated type.
Public method GetValidatorDescriptors
Gets the validator descriptors for the validated element.
(Inherited from IValidatedElement.)

Properties

  Name Description
Public property CompositionMessageTemplate
Gets the message to use for the validator composing the validators for element.
(Inherited from IValidatedElement.)
Public property CompositionTag
Gets the tag to use for the validator composing the validators for the element.
(Inherited from IValidatedElement.)
Public property CompositionType
Gets the value indicating how the validators for the validated element.
(Inherited from IValidatedElement.)
Public property IgnoreNulls
Gets the flag indicating whether null values should be ignored.
(Inherited from IValidatedElement.)
Public property IgnoreNullsMessageTemplate
Gets the message for null failures.
(Inherited from IValidatedElement.)
Public property IgnoreNullsTag
Gets the tag for null failures.
(Inherited from IValidatedElement.)
Public property MemberInfo
Gets the validated member.
(Inherited from IValidatedElement.)
Public property TargetType
Gets the type of the validated member.
(Inherited from IValidatedElement.)

See Also

IValidatedType Interface

Microsoft.Practices.EnterpriseLibrary.Validation Namespace