MockEmulatorViewModel ClassDelta Engine Documentation
Inheritance Hierarchy

System Object
  DeltaEngine.Editor.Emulator EmulatorViewModel
    DeltaEngine.Editor.Emulator.Tests MockEmulatorViewModel

Namespace: DeltaEngine.Editor.Emulator.Tests
Assembly: DeltaEngine.Editor.Emulator.Tests (in DeltaEngine.Editor.Emulator.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class MockEmulatorViewModel : EmulatorViewModel

The MockEmulatorViewModel type exposes the following members.

Constructors

  NameDescription
Public methodMockEmulatorViewModel
Initializes a new instance of the MockEmulatorViewModel class
Top
Methods

  NameDescription
Public methodChangeEmulator (Overrides EmulatorViewModel ChangeEmulator .)
Protected methodGetDevicesXmlStream (Overrides EmulatorViewModel GetDevicesXmlStream .)
Top
Properties

  NameDescription
Public propertyAvailableDevices (Inherited from EmulatorViewModel.)
Public propertyAvailableOrientations (Inherited from EmulatorViewModel.)
Public propertyAvailableScales (Inherited from EmulatorViewModel.)
Public propertySelectedDevice (Inherited from EmulatorViewModel.)
Public propertySelectedOrientation (Inherited from EmulatorViewModel.)
Public propertySelectedScale (Inherited from EmulatorViewModel.)
Top
Events

  NameDescription
Public eventEmulatorChanged (Inherited from EmulatorViewModel.)
Top
See Also