C# 클래스 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).
파일 보기 프로젝트 열기: Saltarelle/SaltarelleCompilerSamples

공개 프로퍼티들

프로퍼티 타입 설명
AddPlanet Action
DisplayAdvancedOptions Observable
HidePlanetElement Action
Planets ObservableArray
PlanetsToShow ComputedObservable
ShowPlanetElement Action
TypeToShow Observable

공개 메소드들

메소드 설명
AnimatedTransitionsViewModel ( ) : System

메소드 상세

AnimatedTransitionsViewModel() 공개 메소드

public AnimatedTransitionsViewModel ( ) : System
리턴 System

프로퍼티 상세

AddPlanet 공개적으로 프로퍼티

public Action AddPlanet
리턴 Action

DisplayAdvancedOptions 공개적으로 프로퍼티

public Observable DisplayAdvancedOptions
리턴 Observable

HidePlanetElement 공개적으로 프로퍼티

public Action HidePlanetElement
리턴 Action

Planets 공개적으로 프로퍼티

public ObservableArray Planets
리턴 ObservableArray

PlanetsToShow 공개적으로 프로퍼티

public ComputedObservable PlanetsToShow
리턴 ComputedObservable

ShowPlanetElement 공개적으로 프로퍼티

public Action ShowPlanetElement
리턴 Action

TypeToShow 공개적으로 프로퍼티

public Observable TypeToShow
리턴 Observable