C# Class OfficialSamplesScript.ShoppingCart.CartLineViewModel

this is the line items
Mostrar archivo Open project: Saltarelle/SaltarelleCompilerSamples

Public Properties

Property Type Description
Category Observable
Product Observable
Quantity Observable
Subtotal ComputedObservable

Public Methods

Method Description
CartLineViewModel ( ) : System

Method Details

CartLineViewModel() public method

public CartLineViewModel ( ) : System
return System

Property Details

Category public_oe property

public Observable Category
return Observable

Product public_oe property

public Observable Product
return Observable

Quantity public_oe property

public Observable Quantity
return Observable

Subtotal public_oe property

public ComputedObservable Subtotal
return ComputedObservable