This validation method performs a check to ensure that the collection passed in contains some items
Namespace: Nehta.VendorLibrary.CommonAssembly: Nehta.VendorLibrary.Common (in Nehta.VendorLibrary.Common.dll) Version: 3.0.2.0 (1.0.0.0)
Syntax
C# |
---|
public bool ArgumentRequiredCheck( string name, ICollection value ) |
Visual Basic |
---|
Public Function ArgumentRequiredCheck ( _ name As String, _ value As ICollection _ ) As Boolean |
Visual C++ |
---|
public: bool ArgumentRequiredCheck( String^ name, ICollection^ value ) |
Parameters
- name
- Type: System..::..String
The property name
- value
- Type: System.Collections..::..ICollection
The collection to check