Click or drag to resize
NotifyPropertyChangedInvocatorAttribute Constructor (String)
Initializes a new instance of the NotifyPropertyChangedInvocatorAttribute class

Namespace: Hangfire.Annotations
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public NotifyPropertyChangedInvocatorAttribute(
	string parameterName
)

Parameters

parameterName
Type: SystemString

[Missing <param name="parameterName"/> documentation for "M:Hangfire.Annotations.NotifyPropertyChangedInvocatorAttribute.#ctor(System.String)"]

See Also