Click or drag to resize
LocalizationRequiredAttribute Constructor (Boolean)
Initializes a new instance of the LocalizationRequiredAttribute class

Namespace: Hangfire.Annotations
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public LocalizationRequiredAttribute(
	bool required
)

Parameters

required
Type: SystemBoolean

[Missing <param name="required"/> documentation for "M:Hangfire.Annotations.LocalizationRequiredAttribute.#ctor(System.Boolean)"]

See Also