C# Class VideoPlayer.Model.Commands.VideoPlayerCommand

Inheritance: IVideoPlayerCommand
Datei anzeigen Open project: chris-tomich/Glyma

Public Properties

Property Type Description
Parameters string>.IDictionary

Public Methods

Method Description
Excute ( IMediaController controller ) : void

Protected Methods

Method Description
VideoPlayerCommand ( string>.IDictionary para ) : System.Collections.Generic

Method Details

Excute() public method

public Excute ( IMediaController controller ) : void
controller IMediaController
return void

VideoPlayerCommand() protected method

protected VideoPlayerCommand ( string>.IDictionary para ) : System.Collections.Generic
para string>.IDictionary
return System.Collections.Generic

Property Details

Parameters public_oe property

public IDictionary Parameters
return string>.IDictionary