C# Class OfficialSamplesScript.ShoppingCart.CartLineViewModel

this is the line items
Afficher le fichier Open project: Saltarelle/SaltarelleCompilerSamples

Méthodes publiques

Свойство Type Description
Category Observable
Product Observable
Quantity Observable
Subtotal ComputedObservable

Méthodes publiques

Méthode Description
CartLineViewModel ( ) : System

Method Details

CartLineViewModel() public méthode

public CartLineViewModel ( ) : System
Résultat System

Property Details

Category public_oe property

public Observable Category
Résultat Observable

Product public_oe property

public Observable Product
Résultat Observable

Quantity public_oe property

public Observable Quantity
Résultat Observable

Subtotal public_oe property

public ComputedObservable Subtotal
Résultat ComputedObservable