Mantid
Loading...
Searching...
No Matches
Public Attributes | List of all members
Mantid::Kernel::EnabledWhenProperty::PropertyDetails Struct Reference

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...
 

Detailed Description

Struct which holds associated property details for comparison.

Definition at line 105 of file EnabledWhenProperty.h.

Member Data Documentation

◆ criterion

const ePropertyCriterion Mantid::Kernel::EnabledWhenProperty::PropertyDetails::criterion

Criterion to evaluate.

Definition at line 109 of file EnabledWhenProperty.h.

◆ otherPropName

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.

◆ value

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.


The documentation for this struct was generated from the following file: