C# 클래스 OfficialSamplesScript.ShoppingCart.CartViewModel

this is the main view model
파일 보기 프로젝트 열기: Saltarelle/SaltarelleCompilerSamples

공개 프로퍼티들

프로퍼티 타입 설명
AddLine System.Action
GrandTotal ComputedObservable
Lines ObservableArray
RemoveLine Action
Save System.Action

공개 메소드들

메소드 설명
CartViewModel ( ) : System

메소드 상세

CartViewModel() 공개 메소드

public CartViewModel ( ) : System
리턴 System

프로퍼티 상세

AddLine 공개적으로 프로퍼티

public Action,System AddLine
리턴 System.Action

GrandTotal 공개적으로 프로퍼티

public ComputedObservable GrandTotal
리턴 ComputedObservable

Lines 공개적으로 프로퍼티

public ObservableArray Lines
리턴 ObservableArray

RemoveLine 공개적으로 프로퍼티

public Action RemoveLine
리턴 Action

Save 공개적으로 프로퍼티

public Action,System Save
리턴 System.Action