Click or drag to resize

EntitySchemaProperty<TEntity>.Getter Property

Gets a callback to get the value of the property.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public EntityPropertyGetter<TEntity> Getter { get; }

Property Value

Type: EntityPropertyGetter<TEntity>
See Also