CloudBaseCollection<T> Class
Represents a Base Collection that has a DataServiceContext.
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.MediaServices.Client.BaseCollection<T>
Microsoft.WindowsAzure.MediaServices.Client.CloudBaseCollection<T>
Microsoft.WindowsAzure.MediaServices.Client.AccessPolicyBaseCollection
Microsoft.WindowsAzure.MediaServices.Client.IngestManifestCollection
Microsoft.WindowsAzure.MediaServices.Client.JobBaseCollection
Microsoft.WindowsAzure.MediaServices.Client.JobTemplateBaseCollection
Microsoft.WindowsAzure.MediaServices.Client.LocatorBaseCollection
Microsoft.WindowsAzure.MediaServices.Client.MediaProcessorBaseCollection
Microsoft.WindowsAzure.MediaServices.Client.NotificationEndPointCollection
Microsoft.WindowsAzure.MediaServices.Client.StorageAccountBaseCollection
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Public MustInherit Class CloudBaseCollection(Of T) _
Inherits BaseCollection(Of T)
'Usage
Dim instance As CloudBaseCollection(Of T)
public abstract class CloudBaseCollection<T> : BaseCollection<T>
generic<typename T>
public ref class CloudBaseCollection abstract : public BaseCollection<T>
[<AbstractClassAttribute>]
type CloudBaseCollection<'T> =
class
inherit BaseCollection<'T>
end
JScript does not support generic types and methods.
Type Parameters
- T
Specifies the collections entity type.
The CloudBaseCollection<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CloudBaseCollection<T> | Initializes a new instance of the CloudBaseCollection<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. (Inherited from BaseCollection<T>.) | |
Expression | Gets the expression tree that is associated with the instance of IQueryable. (Inherited from BaseCollection<T>.) | |
MediaContext | Gets or sets MediaContextBase. (Inherited from BaseCollection<T>.) | |
Provider | Gets the query provider that is associated with this data source. (Inherited from BaseCollection<T>.) | |
Queryable | Gets the queryable collection of items. (Overrides BaseCollection<T>.Queryable.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from BaseCollection<T>.) | |
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. (Inherited from BaseCollection<T>.) |
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.