Class MediaCommand
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
The MediaCommand is a base class for command classes.
C#Copypublic abstract class MediaCommand
- Inheritance
-
objectMediaCommand
- Derived
Constructors
View Source
MediaCommand(MediaDatabase)
Initializes a new instance of the MediaCommand class with the specified MediaDatabase.
Declaration
C#Copyprotected MediaCommand(MediaDatabase database)
Parameters
Type | Name | Description |
---|---|---|
MediaDatabase | database | The MediaDatabase that the commands run on. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
|
System.ObjectDisposedException |
|
Properties
Declaration
C#Copypublic MediaDatabase Database { get; }
Property Value
Type | Description |
---|---|
MediaDatabase | The MediaDatabase which commands execute on. |