Click or drag to resize
StatusPropertyAttribute Constructor (ValidationStatus, String)
Initializes a new instance of the StatusPropertyAttribute class to test for null values.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public StatusPropertyAttribute(
	ValidationStatus badStatusIcon = ValidationStatus.Error,
	string badStatusTooltip = null
)

Parameters

badStatusIcon (Optional)
Type: CandlelightValidationStatus
The icon to use if the decorated field is .
badStatusTooltip (Optional)
Type: SystemString
The tooltip to use if the decorated field is .
See Also