CompositionType Enumeration
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Specifies the kind of composition that is to be used when multiple validation attributes are supplied for a member info.
Namespace: Microsoft.Practices.EnterpriseLibrary.Validation
Assembly: Microsoft.Practices.EnterpriseLibrary.Validation (in Microsoft.Practices.EnterpriseLibrary.Validation.dll)
Syntax
'Declaration
PublicEnumerationCompositionType
publicenumCompositionType
publicenum classCompositionType
publicenum CompositionType
Members
Member name | Value | Description | |
---|---|---|---|
And | 0 | Use the AndCompositeValidator. | |
Or | 1 | Use the OrCompositeValidator. |
See Also
Microsoft.Practices.EnterpriseLibrary.Validation Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |