Namespace The.Values
Classes
- ConversionResult
Provides factory methods for creating conversion results.
- Conversions
Custom type-conversion logic for converting view data to model data
- ImmutableValue
Represents an immutable value that never changes.
- ImmutableValue<T>
Represents an immutable value of a specific type.
- Traits.Any
The default trait, with no special rules
Structs
- ConversionResult<T>
Represents the result of a value conversion, including success/failure and the converted value.
Interfaces
- IOwnedValue<T>
a Value which is potentially, but not necessarily, owned by an Entity
- IValue<T>
represents storage of or access to change-tracked data