 | StatusPropertyAttribute Constructor (ValidationStatus, String) |
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic 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