Mantid
|
Struct which holds associated property details for comparison. More...
#include <EnabledWhenProperty.h>
Public Attributes | |
const ePropertyCriterion | criterion |
Criterion to evaluate. More... | |
const std::string | otherPropName |
Name of the OTHER property that we will check. More... | |
const std::string | value |
For the IS_EQUAL_TO or IS_NOT_EQUAL_TO condition, the value (as string) to check for. More... | |
Struct which holds associated property details for comparison.
Definition at line 105 of file EnabledWhenProperty.h.
const ePropertyCriterion Mantid::Kernel::EnabledWhenProperty::PropertyDetails::criterion |
Criterion to evaluate.
Definition at line 109 of file EnabledWhenProperty.h.
const std::string Mantid::Kernel::EnabledWhenProperty::PropertyDetails::otherPropName |
Name of the OTHER property that we will check.
Definition at line 107 of file EnabledWhenProperty.h.
const std::string Mantid::Kernel::EnabledWhenProperty::PropertyDetails::value |
For the IS_EQUAL_TO or IS_NOT_EQUAL_TO condition, the value (as string) to check for.
Definition at line 112 of file EnabledWhenProperty.h.