EntitySchemaPropertyTEntityGetter 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.2.419.0 (24.2.419.0)
Syntax public EntityPropertyGetter<TEntity> Getter { get; }
Public ReadOnly Property Getter As EntityPropertyGetter(Of TEntity)
Get
public:
property EntityPropertyGetter<TEntity>^ Getter {
EntityPropertyGetter<TEntity>^ get ();
}
member Getter : EntityPropertyGetter<'TEntity> with get
Property Value
Type:
EntityPropertyGetterTEntitySee Also