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