Namespace: Semata.DataStore.ObjectModel
The base class for the wrapper for an Attribute, or Association that has the annotation "[property]" The value is loaded on demand and cached. The value is only set in the DataStore when the parent ItemObject is written.
public abstract class ValuePropertyImpl<V> : ValueProperty where V : IEquatable<V>
Inherits: ValueProperty