Click or drag to resize

PropertyInvalidExceptionValidateNotEmpty Method

Overload List
  NameDescription
Public methodStatic memberValidateNotEmptyT(ICollectionT, String)
Validate that the given property value must not be or an empty collection, and throw PropertyInvalidException if it is.
Public methodStatic memberValidateNotEmptyTKey, TValue(IDictionaryTKey, TValue, String)
Validate that the given property value must not be or an empty dictionary, and throw PropertyInvalidException if it is.
Public methodStatic memberValidateNotEmptyT(ICollectionT, String, String)
Validate that the given property value must not be or an empty collection, and throw PropertyInvalidException if it is.
Public methodStatic memberValidateNotEmptyTKey, TValue(IDictionaryTKey, TValue, String, String)
Validate that the given property value must not be or an empty dictionary, and throw PropertyInvalidException if it is.
Top
See Also