Class MediaCommand

    Definition

    Namespace:
    Tizen.Content.MediaContent
    Assembly:
    Tizen.Content.MediaContent.dll

    The MediaCommand is a base class for command classes.

    public abstract class MediaCommand
    Inheritance
    object
    MediaCommand
    Derived
    AlbumCommand
    AlbumCommand
    BookmarkCommand
    BookmarkCommand
    FaceInfoCommand
    FaceInfoCommand
    FolderCommand
    FolderCommand
    MediaInfoCommand
    MediaInfoCommand
    PlaylistCommand
    PlaylistCommand
    TagCommand
    TagCommand

    Constructors

    View Source

    MediaCommand(MediaDatabase)

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

    Declaration
    protected MediaCommand(MediaDatabase database)
    Parameters
    Type Name Description
    MediaDatabase database

    The MediaDatabase that the commands run on.

    Exceptions
    Type Condition
    System.ArgumentNullException

    database is null.

    System.ObjectDisposedException

    database has already been disposed.

    Properties

    View Source

    Database

    Gets the MediaDatabase.

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

    The MediaDatabase which commands execute on.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX