Overload List

  NameDescription
Public methodArgumentRequiredCheck(String, ICollection)
This validation method performs a check to ensure that the collection passed in contains some items
Public methodArgumentRequiredCheck(String, DateTime)
This validation method performs a check to ensure that the DateTime value is set
Public methodArgumentRequiredCheck(String, Enum)
This validation method performs a check to ensure that the enum passed in does not have a value of undefined
Public methodArgumentRequiredCheck<(Of <<'(T>)>>)(String, Nullable<(Of <<'(T>)>>))
This validation method performs a check to ensure that the object passed in is not null
Public methodArgumentRequiredCheck(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
Public methodArgumentRequiredCheck(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
Public methodArgumentRequiredCheck(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

See Also