Click or drag to resize
StatusPropertyAttribute Constructor (ValidationStatus, String, Type)
Initializes a new instance of the StatusPropertyAttribute class to display a persistent icon and tooltip.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public StatusPropertyAttribute(
	ValidationStatus persistentIcon,
	string iconTooltip,
	Type fieldType
)

Parameters

persistentIcon
Type: CandlelightValidationStatus
Persistent icon.
iconTooltip
Type: SystemString
Icon tooltip.
fieldType
Type: SystemType
Type of the decorated field.
See Also