C# Class OfficialSamplesScript.ShoppingCart.CartViewModel

this is the main view model
Afficher le fichier Open project: Saltarelle/SaltarelleCompilerSamples

Méthodes publiques

Свойство Type Description
AddLine System.Action
GrandTotal ComputedObservable
Lines ObservableArray
RemoveLine Action
Save System.Action

Méthodes publiques

Méthode Description
CartViewModel ( ) : System

Method Details

CartViewModel() public méthode

public CartViewModel ( ) : System
Résultat System

Property Details

AddLine public_oe property

public Action,System AddLine
Résultat System.Action

GrandTotal public_oe property

public ComputedObservable GrandTotal
Résultat ComputedObservable

Lines public_oe property

public ObservableArray Lines
Résultat ObservableArray

RemoveLine public_oe property

public Action RemoveLine
Résultat Action

Save public_oe property

public Action,System Save
Résultat System.Action