C# 클래스 OfficialSamplesScript.ShoppingCart.CartLineViewModel

this is the line items
파일 보기 프로젝트 열기: Saltarelle/SaltarelleCompilerSamples

공개 프로퍼티들

프로퍼티 타입 설명
Category Observable
Product Observable
Quantity Observable
Subtotal ComputedObservable

공개 메소드들

메소드 설명
CartLineViewModel ( ) : System

메소드 상세

CartLineViewModel() 공개 메소드

public CartLineViewModel ( ) : System
리턴 System

프로퍼티 상세

Category 공개적으로 프로퍼티

public Observable Category
리턴 Observable

Product 공개적으로 프로퍼티

public Observable Product
리턴 Observable

Quantity 공개적으로 프로퍼티

public Observable Quantity
리턴 Observable

Subtotal 공개적으로 프로퍼티

public ComputedObservable Subtotal
리턴 ComputedObservable