Click or drag to resize
StatusPropertyAttribute Class
A PropertyAttribute to specify that a field should display an in-line status icon with a tooltip.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    PropertyAttribute
      CandlelightStatusPropertyAttribute

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public class StatusPropertyAttribute : PropertyAttribute

The StatusPropertyAttribute type exposes the following members.

Constructors
  NameDescription
Public methodStatusPropertyAttribute(Type, String)
Initializes a new instance of the StatusPropertyAttribute class that specifies a static method to get the status of the decorated field.
Public methodStatusPropertyAttribute(ValidationStatus, String)
Initializes a new instance of the StatusPropertyAttribute class to test for null values.
Public methodStatusPropertyAttribute(ValidationStatus, String, Object)
Initializes a new instance of the StatusPropertyAttribute class.
Public methodStatusPropertyAttribute(ValidationStatus, String, Type)
Initializes a new instance of the StatusPropertyAttribute class to display a persistent icon and tooltip.
Public methodStatusPropertyAttribute(ValidationStatus, String, Int32, Object)
Initializes a new instance of the StatusPropertyAttribute class.
Top
Methods
  NameDescription
Public methodGetComparisons
Gets the comparisons defined on this StatusPropertyAttribute.
Top
Properties
  NameDescription
Public propertyBadStatusIcon
Gets the type of icon to display if the decorated field's status is bad.
Public propertyBadStatusTooltip
Gets the tooltip to display on the status icon if the decorated field's status is bad.
Public propertyValidationMethod
Gets the method to validate the status of the decorated field.
Top
See Also