EntityFilterChainTEntityHomelessEntities Property |
Gets the set of entities that do not match any of the filters in the chain.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic EntitySet<TEntity> HomelessEntities { get; }
Public ReadOnly Property HomelessEntities As EntitySet(Of TEntity)
Get
public:
property EntitySet<TEntity>^ HomelessEntities {
EntitySet<TEntity>^ get ();
}
member HomelessEntities : EntitySet<'TEntity> with get
Property Value
Type:
EntitySetTEntity
See Also