BaseEntity<T> Class

Represents a base entity collection.

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.MediaServices.Client.BaseEntity<T>

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

Syntax

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

Type Parameters

  • T

The BaseEntity<T> type exposes the following members.

Constructors

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

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetMediaContext Returns MediaContextBase.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method SetMediaContext Sets MediaContextBase.
Public method ToString (Inherited from Object.)

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