Click or drag to resize

EntitySchemaProperty<TEntity>.Setter Property

Gets a callback to set 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 EntityPropertySetter<TEntity> Setter { get; }

Property Value

Type: EntityPropertySetter<TEntity>
See Also