Click or drag to resize

EntitySchemaTEntityProperties Property

Gets the collection of properties in this schema.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public ReadOnlyCollection<EntitySchemaProperty<TEntity>> Properties { get; }

Property Value

Type: ReadOnlyCollectionEntitySchemaPropertyTEntity
See Also