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).
Afficher le fichier Open project: Saltarelle/SaltarelleCompilerSamples

Méthodes publiques

Свойство Type Description
AddPlanet Action
DisplayAdvancedOptions Observable
HidePlanetElement Action
Planets ObservableArray
PlanetsToShow ComputedObservable
ShowPlanetElement Action
TypeToShow Observable

Méthodes publiques

Méthode Description
AnimatedTransitionsViewModel ( ) : System

Method Details

AnimatedTransitionsViewModel() public méthode

public AnimatedTransitionsViewModel ( ) : System
Résultat System

Property Details

AddPlanet public_oe property

public Action AddPlanet
Résultat Action

DisplayAdvancedOptions public_oe property

public Observable DisplayAdvancedOptions
Résultat Observable

HidePlanetElement public_oe property

public Action HidePlanetElement
Résultat Action

Planets public_oe property

public ObservableArray Planets
Résultat ObservableArray

PlanetsToShow public_oe property

public ComputedObservable PlanetsToShow
Résultat ComputedObservable

ShowPlanetElement public_oe property

public Action ShowPlanetElement
Résultat Action

TypeToShow public_oe property

public Observable TypeToShow
Résultat Observable