AssetFilterBaseCollection Class

 

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.MediaServices.Client.BaseCollection<T>
    Microsoft.WindowsAzure.MediaServices.Client.AssetFilterBaseCollection

Syntax

public class AssetFilterBaseCollection : BaseCollection<IStreamingAssetFilter>
public ref class AssetFilterBaseCollection : BaseCollection<IStreamingAssetFilter^>
type AssetFilterBaseCollection = 
    class
        inherit BaseCollection<IStreamingAssetFilter>
    end
Public Class AssetFilterBaseCollection
    Inherits BaseCollection(Of IStreamingAssetFilter)

Properties

Name Description
System_CAPS_pubproperty 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>.)

System_CAPS_pubproperty Expression

Gets the expression tree that is associated with the instance of IQueryable.(Inherited from BaseCollection<T>.)

System_CAPS_pubproperty MediaContext

Gets or sets MediaContextBase.(Inherited from BaseCollection<T>.)

System_CAPS_pubproperty Provider

Gets the query provider that is associated with this data source.(Inherited from BaseCollection<T>.)

System_CAPS_protproperty Queryable

Gets the queryable collection of programs. (Overrides BaseCollection<T>.Queryable.)

Methods

Name Description
System_CAPS_pubmethod Create(String, PresentationTimeRange, IList<FilterTrackSelectStatement>, FirstQuality)

Creates new Filter

System_CAPS_pubmethod CreateAsync(String, PresentationTimeRange, IList<FilterTrackSelectStatement>, FirstQuality)

Asynchronously creates new StreamingFilter.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetEnumerator()

Returns an enumerator that iterates through the collection.(Inherited from BaseCollection<T>.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static AssetFilterSet

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.(Inherited from BaseCollection<T>.)

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

Microsoft.WindowsAzure.MediaServices.Client Namespace

Return to top