ShopPlatform.Web
1.0.0.0
농산물, 소프트웨어 라이선스와 개발 용역을 직접 판매하는 CodeMaru 직영 쇼핑몰입니다.
Toggle main menu visibility
로딩중...
검색중...
일치하는것 없음
CartItem.cs
이 파일의 문서화 페이지로 가기
1
namespace
ShopPlatform.Models
;
2
11
public
sealed
class
CartItem
12
{
21
public
int
ProductId
{
get
;
set
; }
30
public
string
ProductName
{
get
;
set
; } =
string
.Empty;
39
public
decimal
UnitPrice
{
get
;
set
; }
48
public
int
Quantity
{
get
;
set
; }
57
public
decimal
Subtotal
=>
UnitPrice
*
Quantity
;
58
}
ShopPlatform.Models
Definition
CartItem.cs:1
ShopPlatform.Models.CartItem
Definition
CartItem.cs:12
ShopPlatform.Models.CartItem.UnitPrice
decimal UnitPrice
Definition
CartItem.cs:39
ShopPlatform.Models.CartItem.ProductName
string ProductName
Definition
CartItem.cs:30
ShopPlatform.Models.CartItem.ProductId
int ProductId
Definition
CartItem.cs:21
ShopPlatform.Models.CartItem.Subtotal
decimal Subtotal
Definition
CartItem.cs:57
ShopPlatform.Models.CartItem.Quantity
int Quantity
Definition
CartItem.cs:48
Models
CartItem.cs
다음에 의해 생성됨 :
1.17.0