Click or drag to resize
StatusPropertyAttribute Constructor
Overload List
  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
See Also