BaseCollection<T> Class

Represents a base media collection.

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.MediaServices.Client.BaseCollection<T>
    Microsoft.WindowsAzure.MediaServices.Client.AssetBaseCollection
    Microsoft.WindowsAzure.MediaServices.Client.AssetFileBaseCollection
    Microsoft.WindowsAzure.MediaServices.Client.CloudBaseCollection<T>
    Microsoft.WindowsAzure.MediaServices.Client.ContentKeyBaseCollection
    Microsoft.WindowsAzure.MediaServices.Client.IngestManifestAssetCollection
    Microsoft.WindowsAzure.MediaServices.Client.IngestManifestFileCollection

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
Public MustInherit Class BaseCollection(Of T) _
    Implements IQueryable(Of T), IEnumerable(Of T),  _
    IQueryable, IEnumerable
'Usage
Dim instance As BaseCollection(Of T)
public abstract class BaseCollection<T> : IQueryable<T>, 
    IEnumerable<T>, IQueryable, IEnumerable
generic<typename T>
public ref class BaseCollection abstract : IQueryable<T>, 
    IEnumerable<T>, IQueryable, IEnumerable
[<AbstractClassAttribute>]
type BaseCollection<'T> =  
    class 
        interface IQueryable<'T>
        interface IEnumerable<'T>
        interface IQueryable 
        interface IEnumerable 
    end
JScript does not support generic types and methods.

Type Parameters

  • T
    The item type of the collection.

The BaseCollection<T> type exposes the following members.

Constructors

  Name Description
Protected method BaseCollection<T> Initializes a new instance of the BaseCollection<T> class.

Top

Properties

  Name Description
Public property ElementType Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed.
Public property Expression Gets the expression tree that is associated with the instance of IQueryable.
Public property MediaContext Gets or sets MediaContextBase.
Public property Provider Gets the query provider that is associated with this data source.
Protected property Queryable Gets or sets the IQueryable interface to evaluate queries against the collection.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that iterates through the collection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Returns an enumerator that iterates through a collection.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.WindowsAzure.MediaServices.Client Namespace