The Requires type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | IsTypeOf<(Of <<'(T>)>>) |
Determines whether argValue is type of T.
|
![]() ![]() | NotNegative |
Determines whether argValue is less than zero.
|
![]() ![]() | NotNull(String, Object) |
Determines whether the argValue is null.
|
![]() ![]() | NotNull<(Of <<'(T>)>>)(T) |
Determines whether the argument is null.
|
![]() ![]() | NotNullOrEmpty |
Determines whether the argValue is null or empty.
|
![]() ![]() | PropertyNotEqualTo<(Of <<'(TValue>)>>) |
Determines whether propertyValue equal to testValue.
|
![]() ![]() | PropertyNotNegative(String, String, Int32) |
Determines whether propertyValue is less than zero.
|
![]() ![]() | PropertyNotNegative<(Of <<'(T>)>>)(T, String) |
Determines whether a property is negative.
|
![]() ![]() | PropertyNotNull(String, String) |
Determines whether the argValue is null.
|
![]() ![]() | PropertyNotNull<(Of <<'(T>)>>)(T, String) |
Determines whether a property is null.
|
![]() ![]() | PropertyNotNullOrEmpty(String, String, String) |
Determins whether propertyValye is not null or empty.
|
![]() ![]() | PropertyNotNullOrEmpty<(Of <<'(T>)>>)(T, String) |
Determines whether a property is null or empty.
|