Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
OfficialSamplesScript
ShoppingCart
CartViewModel
C# Class OfficialSamplesScript.ShoppingCart.CartViewModel
this is the main view model
Mostra file
Open project: Saltarelle/SaltarelleCompilerSamples
Public Properties
Property
Type
Description
AddLine
System.Action
GrandTotal
ComputedObservable
Lines
ObservableArray
RemoveLine
Action
Save
System.Action
Public Methods
Method
Description
CartViewModel
( ) :
System
Method Details
CartViewModel()
public
method
public
CartViewModel
( ) :
System
return
System
Property Details
AddLine
public_oe property
public
Action,System
AddLine
return
System.Action
GrandTotal
public_oe property
public
ComputedObservable
GrandTotal
return
ComputedObservable
Lines
public_oe property
public
ObservableArray
Lines
return
ObservableArray
RemoveLine
public_oe property
public
Action
RemoveLine
return
Action
Save
public_oe property
public
Action,System
Save
return
System.Action