Click or drag to resize
ContractAnnotationAttribute Class
Describes dependency between method input and output
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Hangfire.AnnotationsContractAnnotationAttribute

Namespace: Hangfire.Annotations
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
[AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple = true, Inherited = true)]
public sealed class ContractAnnotationAttribute : Attribute

The ContractAnnotationAttribute type exposes the following members.

Constructors
  NameDescription
Public methodContractAnnotationAttribute(String)
Initializes a new instance of the ContractAnnotationAttribute class
Public methodContractAnnotationAttribute(String, Boolean)
Initializes a new instance of the ContractAnnotationAttribute class
Top
Properties
  NameDescription
Public propertyContract
Public propertyForceFullStates
Top
See Also