C# Class OfficialSamplesScript.AnimatedTransitions.AnimatedTransitionsViewModel

The view model is an abstract description of the state of the UI, but without any knowledge of the UI technology (HTML).
Mostrar archivo Open project: Saltarelle/SaltarelleCompilerSamples

Public Properties

Property Type Description
AddPlanet Action
DisplayAdvancedOptions Observable
HidePlanetElement Action
Planets ObservableArray
PlanetsToShow ComputedObservable
ShowPlanetElement Action
TypeToShow Observable

Public Methods

Method Description
AnimatedTransitionsViewModel ( ) : System

Method Details

AnimatedTransitionsViewModel() public method

public AnimatedTransitionsViewModel ( ) : System
return System

Property Details

AddPlanet public_oe property

public Action AddPlanet
return Action

DisplayAdvancedOptions public_oe property

public Observable DisplayAdvancedOptions
return Observable

HidePlanetElement public_oe property

public Action HidePlanetElement
return Action

Planets public_oe property

public ObservableArray Planets
return ObservableArray

PlanetsToShow public_oe property

public ComputedObservable PlanetsToShow
return ComputedObservable

ShowPlanetElement public_oe property

public Action ShowPlanetElement
return Action

TypeToShow public_oe property

public Observable TypeToShow
return Observable