| 
                    |||||||
| Interfaces | ||
|---|---|---|
| 
         | 
    IFieldValidationTypeProvider | Interface for service instances that provide available Validation types to the Business Entity Designer | 
| Classes | ||
|---|---|---|
| 
         | 
    BaseComparisonValidationProperties | Base Class for Validation of Comparisons (LE. LT, GE, GT, EQ, NE) | 
| 
         | 
    BaseValidationProperties | Base Properties for Field Validation | 
| 
         | 
    CanFindValidationProperties | Properties to Validate that a Business Entity record is accessible | 
| 
         | 
    EqualValidationProperties | Properties for field is equal to a value validation | 
| 
         | 
    FieldValidationTypeProvider | Default IFieldValidationTypeProvider implementation. Provides available validation types to the Business Entity Designer | 
| 
         | 
    GreaterOrEqualValidationProperties | Properties for field is greater than or equal to a value validation | 
| 
         | 
    GreaterThanValidationProperties | Properties for field is greater than a value validation | 
| 
         | 
    IsEmptyValidationProperties | Properties for character field is Empty Validation | 
| 
         | 
    IsInListValidationProperties | Properties for Character Field Validation based on a valid entry in a list | 
| 
         | 
    IsInRangeValidationProperties | Properties for IsInRange Field Validation | 
| 
         | 
    IsNotRestrictedValidationProperties | Properties to Validate that a data item is not restricted by the security services | 
| 
         | 
    IsValidEmailAddressValidationProperties | Properties for EmailAddress Field Validation | 
| 
         | 
    IsWeekdayValidationProperties | Properties for Weekday Field Validation | 
| 
         | 
    LessOrEqualValidationProperties | Properties for field is less than or equal to a value validation | 
| 
         | 
    LessThanValidationProperties | Properties for field is less than a value validation | 
| 
         | 
    MandatoryValidationProperties | Properties for Mandatory Field Validation | 
| 
         | 
    MaxLengthValidationProperties | Properties for MaxLength Field Validation | 
| 
         | 
    MinLengthValidationProperties | Properties for MinLength Field Validation | 
| 
         | 
    NotCanFindValidationProperties | Properties to Validate that a Business Entity record is not accessible | 
| 
         | 
    NotEqualValidationProperties | Properties for field is not equal to a value validation | 
| 
         | 
    ReadOnlyValidationProperties | Properties for ReadOnly Field Validation |