Class MediaCommand

Definition

Namespace:
Tizen.Content.MediaContent
Assembly:
Tizen.Content.MediaContent.dll
API Level:
4

The MediaCommand is a base class for command classes.

C#
Copy
public abstract class MediaCommand : object
Inheritance
MediaCommand
Derived

Constructors

View Source

MediaCommand(MediaDatabase)

Initializes a new instance of the MediaCommand class with the specified MediaDatabase.

Declaration
C#
Copy
protected MediaCommand(MediaDatabase database)
Parameters
Type Name Description
MediaDatabase database

The MediaDatabase that the commands run on.

API Level: 4

Properties

View Source

Database

Gets the MediaDatabase.

Declaration
C#
Copy
public MediaDatabase Database { get; }
Property Value
Type Description
MediaDatabase

The MediaDatabase which commands execute on.

API Level: 4

Extension Methods