Click or drag to resize
JobFilter Class
Represents a metadata class that contains a reference to the implementation of one or more of the filter interfaces, the filter's order, and the filter's scope.
Inheritance Hierarchy
SystemObject
  Hangfire.CommonJobFilter

Namespace: Hangfire.Common
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public class JobFilter

The JobFilter type exposes the following members.

Constructors
  NameDescription
Public methodJobFilter
Initializes a new instance of the Filter class.
Top
Properties
  NameDescription
Public propertyInstance
Gets the instance of the filter.
Public propertyOrder
Gets the order in which the filter is applied.
Public propertyScope
Gets the scope ordering of the filter.
Top
Fields
  NameDescription
Public fieldStatic memberDefaultOrder
Represents a constant that is used to specify the default ordering of filters.
Top
See Also