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 | |
---|---|---|
BaseCollection<T> | Initializes a new instance of the BaseCollection<T> class. |
Top
Properties
Name | Description | |
---|---|---|
ElementType | Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed. | |
Expression | Gets the expression tree that is associated with the instance of IQueryable. | |
MediaContext | Gets or sets MediaContextBase. | |
Provider | Gets the query provider that is associated with this data source. | |
Queryable | Gets or sets the IQueryable interface to evaluate queries against the collection. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that iterates through the collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
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.