AssetBaseCollection Class

Represents the base of all asset collections.

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.MediaServices.Client.BaseCollection<IAsset>
    Microsoft.WindowsAzure.MediaServices.Client.AssetBaseCollection
      Microsoft.WindowsAzure.MediaServices.Client.AssetCollection

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

Syntax

'Declaration
Public MustInherit Class AssetBaseCollection _
    Inherits BaseCollection(Of IAsset)
'Usage
Dim instance As AssetBaseCollection
public abstract class AssetBaseCollection : BaseCollection<IAsset>
public ref class AssetBaseCollection abstract : public BaseCollection<IAsset^>
[<AbstractClassAttribute>]
type AssetBaseCollection =  
    class 
        inherit BaseCollection<IAsset>
    end
public abstract class AssetBaseCollection extends BaseCollection<IAsset>

The AssetBaseCollection type exposes the following members.

Constructors

  Name Description
Protected method AssetBaseCollection Initializes a new instance of the AssetBaseCollection 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. (Inherited from BaseCollection<T>.)
Public property Expression Gets the expression tree that is associated with the instance of IQueryable. (Inherited from BaseCollection<T>.)
Public property MediaContext Gets or sets MediaContextBase. (Inherited from BaseCollection<T>.)
Public property Provider Gets the query provider that is associated with this data source. (Inherited from BaseCollection<T>.)
Protected property Queryable Gets or sets the IQueryable interface to evaluate queries against the collection. (Inherited from BaseCollection<T>.)

Top

Methods

  Name Description
Public method Create(String, AssetCreationOptions) Creates an asset that does not contain any files and AssetState is Initialized.
Public method Create(String, String, AssetCreationOptions) Creates an asset that does not contain any files and AssetState is Initialized.
Public method CreateAsync(String, AssetCreationOptions, CancellationToken) Asynchronously creates an asset that does not contain any files and AssetState is initialized.
Public method CreateAsync(String, String, AssetCreationOptions, CancellationToken) Asynchronously creates an asset that does not contain any files and AssetState is initialized.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that iterates through the collection. (Inherited from BaseCollection<T>.)
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. (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.

See Also

Reference

Microsoft.WindowsAzure.MediaServices.Client Namespace