PropertyInvalidExceptionValidateNotEmpty Method |
| Name | Description | |
|---|---|---|
| ValidateNotEmptyT(ICollectionT, String) |
Validate that the given property value must not be or an empty collection, and throw PropertyInvalidException if it is.
| |
| ValidateNotEmptyTKey, TValue(IDictionaryTKey, TValue, String) |
Validate that the given property value must not be or an empty dictionary, and throw PropertyInvalidException if it is.
| |
| ValidateNotEmptyT(ICollectionT, String, String) |
Validate that the given property value must not be or an empty collection, and throw PropertyInvalidException if it is.
| |
| ValidateNotEmptyTKey, TValue(IDictionaryTKey, TValue, String, String) |
Validate that the given property value must not be or an empty dictionary, and throw PropertyInvalidException if it is.
|