\(\renewcommand\AA{\unicode{x212B}}\)
PropertyHistory¶
This is a Python binding to the C++ class Mantid::Kernel::PropertyHistory.
- class mantid.kernel.PropertyHistory¶
- direction((PropertyHistory)self) int :¶
- Returns the direction of the property. 
 - isDefault((PropertyHistory)self) bool :¶
- Returns if the property value is the default value. 
 - name((PropertyHistory)self) str :¶
- Returns the name of the property. 
 - type((PropertyHistory)self) str :¶
- Returns the type of the property. 
 - value((PropertyHistory)self) str :¶
- Returns the value of the property.