Click or drag to resize
EntityView2<TEntity> Constructor
Overload List
  NameDescription
Public methodEntityView2<TEntity>(CollectionCore<TEntity>)
CTor
Public methodEntityView2<TEntity>(CollectionCore<TEntity>, IPredicate)
CTor
Public methodEntityView2<TEntity>(CollectionCore<TEntity>, ISortExpression)
CTor
Public methodEntityView2<TEntity>(CollectionCore<TEntity>, Predicate<TEntity>)
CTor
Public methodEntityView2<TEntity>(CollectionCore<TEntity>, IPredicate, ISortExpression)
CTor
Public methodEntityView2<TEntity>(CollectionCore<TEntity>, Predicate<TEntity>, ISortExpression)
CTor
Public methodEntityView2<TEntity>(CollectionCore<TEntity>, IPredicate, ISortExpression, PostCollectionChangeAction)
CTor
Public methodEntityView2<TEntity>(CollectionCore<TEntity>, Predicate<TEntity>, ISortExpression, PostCollectionChangeAction)
CTor
Top
See Also