![]() | StatusPropertyAttribute Class |
Namespace: Candlelight
public class StatusPropertyAttribute : PropertyAttribute
The StatusPropertyAttribute type exposes the following members.
Name | Description | |
---|---|---|
![]() | StatusPropertyAttribute(Type, String) |
Initializes a new instance of the StatusPropertyAttribute class that specifies a static method
to get the status of the decorated field.
|
![]() | StatusPropertyAttribute(ValidationStatus, String) |
Initializes a new instance of the StatusPropertyAttribute class to test for null values.
|
![]() | StatusPropertyAttribute(ValidationStatus, String, Object) |
Initializes a new instance of the StatusPropertyAttribute class.
|
![]() | StatusPropertyAttribute(ValidationStatus, String, Type) |
Initializes a new instance of the StatusPropertyAttribute class to display a persistent icon
and tooltip.
|
![]() | StatusPropertyAttribute(ValidationStatus, String, Int32, Object) |
Initializes a new instance of the StatusPropertyAttribute class.
|
Name | Description | |
---|---|---|
![]() | GetComparisons |
Gets the comparisons defined on this StatusPropertyAttribute.
|
Name | Description | |
---|---|---|
![]() | BadStatusIcon |
Gets the type of icon to display if the decorated field's status is bad.
|
![]() | BadStatusTooltip |
Gets the tooltip to display on the status icon if the decorated field's status is bad.
|
![]() | ValidationMethod |
Gets the method to validate the status of the decorated field.
|