Overload List
Name | Description | |
---|---|---|
![]() | ArgumentRequiredCheck(String, ICollection) |
This validation method performs a check to ensure that the collection passed in contains some items
|
![]() | ArgumentRequiredCheck(String, DateTime) |
This validation method performs a check to ensure that the DateTime value is set
|
![]() | ArgumentRequiredCheck(String, Enum) |
This validation method performs a check to ensure that the enum passed in does not have a value
of undefined
|
![]() | ArgumentRequiredCheck<(Of <<'(T>)>>)(String, Nullable<(Of <<'(T>)>>)) |
This validation method performs a check to ensure that the object passed in is not null
|
![]() | ArgumentRequiredCheck(String, Object) |
This validation method performs a check to ensure that the object passed in is not null or empty in the
case of a string
|
![]() | ArgumentRequiredCheck(String, String) |
This validation method performs a check to ensure that the object passed in is not null or empty in the
case of a string
|
![]() | ArgumentRequiredCheck(String, Object, String) |
This validation method performs a check to ensure that the object passed in is not null or empty in the
case of a string
|