Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
OfficialSamplesScript
ShoppingCart
CartLineViewModel
C# Class OfficialSamplesScript.ShoppingCart.CartLineViewModel
this is the line items
Show file
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 property
public
Observable
Category
return
Observable
Product
public property
public
Observable
Product
return
Observable
Quantity
public property
public
Observable
Quantity
return
Observable
Subtotal
public property
public
ComputedObservable
Subtotal
return
ComputedObservable