SearchConditionsExtenderIsMatch Method
Return true if there is conditions and they all match.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public static bool IsMatch(
this SearchConditionsJA scja,
ObjVerEx objVerEx,
bool equalsNullIsMissing = false,
int userId = -100
)
- scja SearchConditionsJA
- The search conditions object that is used as "this".
- objVerEx ObjVerEx
- Object whose properties are checked
- equalsNullIsMissing Boolean (Optional)
- true for matching Equal == Null to also when the property is missing.
- userId Int32 (Optional)
- UserID of the current user.
BooleanTrue when the objects matches the filter.In Visual Basic and C#, you can call this method as an instance method on any object of type
SearchConditionsJA. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).