Validator<T>
Overview
Location
-
Reference:
- RemObjects.Elements.EUnit.dll .NET, .NET Standard 2.0
- remobjects.elements.eunit.jar Cooper
- EUnit.fx Island, macOS
- libEUnit.fx Toffee
- Namespace: RemObjects.Elements.EUnit.Validation
- Platforms: .NET, .NET Standard 2.0, Cooper, Island, macOS, Toffee
Properties
Predicate protected virtual
property Predicate: Predicate<T> read;
Predicate<T> Predicate { get; }
var Predicate: Predicate<T> { get{} }
Predicate<T> Predicate { __get; }
ReadOnly Property Predicate() As Predicate<T>
Instance Methods
constructor
constructor(aPredicate: Predicate<T>)
Validator<T>(Predicate<T> aPredicate)
init(_ aPredicate: Predicate<T>)
Validator<T>(Predicate<T> aPredicate)
Sub New(aPredicate As Predicate<T>)
Parameters:
- aPredicate:
IsValid virtual
method IsValid(Item: T): Boolean
Boolean IsValid(T Item)
func IsValid(_ Item: T) -> Boolean
Boolean IsValid(T Item)
Function IsValid(Item As T) As Boolean
Parameters:
- Item: