Namespace: Semata.DataStore.ObjectModel
Non generic base classed, useful when iterating over properties.
public class ValueProperty
Properties
Name | Description |
IsChanged |
Returns true if the value has been changed. The value may not be valid. |
Name |
The name of the property. |
RawValue |
The value that has been set. It will only equal Value if it is valid. |
StoredValue |
The stored value. It will equal Value if that has not been changed that is valid. |
Value |
The current value. It will equal either the StoredValue, or a valid value to which it has been changed. |
Methods
Name | Description |
CancelEdit() |
Cancel any changes to the value |