ShopPlatform.Web 1.0.0.0
농산물, 소프트웨어 라이선스와 개발 용역을 직접 판매하는 CodeMaru 직영 쇼핑몰입니다.
로딩중...
검색중...
일치하는것 없음
ShopPlatform.Models.CartItem 클래스 참조sealed

더 자세히 ...

속성

int ProductId [get, set]
string ProductName = string.Empty [get, set]
decimal UnitPrice [get, set]
int Quantity [get, set]
decimal Subtotal [get]

상세한 설명

Cart Item 기능과 관련 상태를 캡슐화합니다.

CartItem.cs 파일의 11 번째 라인에서 정의되었습니다.

속성 문서화

◆ ProductId

int ShopPlatform.Models.CartItem.ProductId
getset

Product Id 값을 가져오거나 설정합니다.

CartItem.cs 파일의 21 번째 라인에서 정의되었습니다.

21{ get; set; }

◆ ProductName

string ShopPlatform.Models.CartItem.ProductName = string.Empty
getset

Product Name 값을 가져오거나 설정합니다.

CartItem.cs 파일의 30 번째 라인에서 정의되었습니다.

30{ get; set; } = string.Empty;

◆ Quantity

int ShopPlatform.Models.CartItem.Quantity
getset

Quantity 값을 가져오거나 설정합니다.

CartItem.cs 파일의 48 번째 라인에서 정의되었습니다.

48{ get; set; }

◆ Subtotal

decimal ShopPlatform.Models.CartItem.Subtotal
get

Subtotal 값을 가져옵니다.

CartItem.cs 파일의 57 번째 라인에서 정의되었습니다.

◆ UnitPrice

decimal ShopPlatform.Models.CartItem.UnitPrice
getset

Unit Price 값을 가져오거나 설정합니다.

CartItem.cs 파일의 39 번째 라인에서 정의되었습니다.

39{ get; set; }

이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: