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).
Show file 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 property

public Action AddPlanet
return Action

DisplayAdvancedOptions public property

public Observable DisplayAdvancedOptions
return Observable

HidePlanetElement public property

public Action HidePlanetElement
return Action

Planets public property

public ObservableArray Planets
return ObservableArray

PlanetsToShow public property

public ComputedObservable PlanetsToShow
return ComputedObservable

ShowPlanetElement public property

public Action ShowPlanetElement
return Action

TypeToShow public property

public Observable TypeToShow
return Observable