This validation method performs a check to ensure that the enum passed in does not have a value
of undefined
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, Enum value ) |
Visual Basic |
---|
Public Function ArgumentRequiredCheck ( _ name As String, _ value As Enum _ ) As Boolean |
Visual C++ |
---|
public: bool ArgumentRequiredCheck( String^ name, Enum^ value ) |
Parameters
- name
- Type: System..::..String
The property name
- value
- Type: System..::..Enum
The collection to check