Class DynamicBivariantSet<TIn, TOut>
- Namespace
- The.Components
- Assembly
- Instagile.dll
public class DynamicBivariantSet<TIn, TOut> : IEntitySet<TOut>, IFrozenQuery<TOut>, IEntityQuery<TOut>, IEntityQuery, IDisposable, IEnumerable, INotifyCollectionChanged, IProperty, IOwned, IHasChanges, ILazy where TIn : class, TOut where TOut : IEntity
Type Parameters
TInTOut
- Inheritance
-
DynamicBivariantSet<TIn, TOut>
- Implements
-
IEntitySet<TOut>IFrozenQuery<TOut>IEntityQuery<TOut>
- Inherited Members
- Extension Methods
-
EntityQueryExtensions.OrderBy<TSource, TKey>(IEntityQuery<TSource>, Expression<Func<TSource, TKey>>)EntityQueryExtensions.SingleAsync<T>(IEntityQuery<T>, Expression<Func<T, bool>>, CancellationToken?)EntityQueryExtensions.SumAsync<T>(IEntityQuery<T>, Expression<Func<T, decimal>>, CancellationToken?)
Constructors
DynamicBivariantSet(IEntitySet<TIn>)
public DynamicBivariantSet(IEntitySet<TIn> inner)
Parameters
innerIEntitySet<TIn>
Properties
Count
Gets the number of elements that were present when the query was frozen.
public int Count { get; }
Property Value
Events
CollectionChanged
Occurs when the collection changes.
public event NotifyCollectionChangedEventHandler? CollectionChanged