WorkMatch ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Decides whether the specifies WorkContext matches the requirements specified in the instance. The match may consider Request and Items properties of work context for match determination. Work matches do not belong to particular handler or filter, so they ARE STATELESS and their instances can be used by multiple different processors (i.e. handlers and filters).
Inheritance Hierarchy

OnlineSystem Object
  NFX.Wave WorkMatch
    NFX.Wave ExceptionMatch
    NFX.Wave NotAuthorizationExceptionMatch

Namespace: NFX.Wave
Assembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public class WorkMatch : INamed, IOrdered
See Also