Click or drag to resize
JobFilterAttribute Class
Represents the base class for job filter attributes.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Hangfire.CommonJobFilterAttribute
      More...

Namespace: Hangfire.Common
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Method|AttributeTargets.Interface, Inherited = true, 
	AllowMultiple = false)]
public abstract class JobFilterAttribute : Attribute, 
	IJobFilter

The JobFilterAttribute type exposes the following members.

Constructors
  NameDescription
Protected methodJobFilterAttribute
Initializes a new instance of the JobFilterAttribute class
Top
Properties
  NameDescription
Public propertyAllowMultiple
Public propertyOrder
Top
See Also
Inheritance Hierarchy