A generic, dynamically loaded collection of Brightstar EntityFramework objects

Namespace: BrightstarDB.EntityFramework
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public sealed class BrightstarEntityCollection<T> : QueryableBase<T>, 
	IBrightstarEntityCollection, IEntityCollection<T>, ICollection<T>, IEnumerable<T>, IEnumerable, 
	IEntityCollection, INotifyCollectionChanged
where T : class
Visual Basic
Public NotInheritable Class BrightstarEntityCollection(Of T As Class)
	Inherits QueryableBase(Of T)
	Implements IBrightstarEntityCollection, IEntityCollection(Of T), ICollection(Of T), 
	IEnumerable(Of T), IEnumerable, IEntityCollection, INotifyCollectionChanged
Visual C++
generic<typename T>
where T : ref class
public ref class BrightstarEntityCollection sealed : public QueryableBase<T>, 
	IBrightstarEntityCollection, IEntityCollection<T>, ICollection<T>, IEnumerable<T>, IEnumerable, 
	IEntityCollection, INotifyCollectionChanged
F#
[<SealedAttribute>]
type BrightstarEntityCollection<'T when 'T : not struct> =  
    class
        inherit QueryableBase<'T>
        interface IBrightstarEntityCollection
        interface IEntityCollection<'T>
        interface ICollection<'T>
        interface IEnumerable<'T>
        interface IEnumerable
        interface IEntityCollection
        interface INotifyCollectionChanged
    end

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:BrightstarDB.EntityFramework.BrightstarEntityCollection`1"]

Inheritance Hierarchy

System..::..Object
  QueryableBase<(Of <(<'T>)>)>
    BrightstarDB.EntityFramework..::..BrightstarEntityCollection<(Of <(<'T>)>)>

See Also