C# 클래스 Padaria.Web.Controllers.PayBoxController

상속: Controller
파일 보기 프로젝트 열기: mikemajesty/SistemaDegerenciamentoComercial 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ClosePayBox System.Web.Mvc.JsonResult
DeleteProductInCommand System.Web.Mvc.JsonResult
FinishSale System.Web.Mvc.ActionResult
GerValueWhenPaidWithMoney decimal
GetClosePayBox System.Web.Mvc.PartialViewResult
GetControlItens System.Web.Mvc.ActionResult
GetCurrentPayBox Padaria.Repository.Entities.PayBox
GetCurrentUser int
GetCurrentViewList System.Web.Mvc.ActionResult
GetFullSale Padaria.Repository.Entities.Sale
GetFullValue System.Web.Mvc.JsonResult
GetOpenPayBox System.Web.Mvc.ActionResult
GetQuantityProduct System.Web.Mvc.JsonResult
GetTypeOfPayment System.Web.Mvc.SelectList
InsertProduct System.Web.Mvc.ActionResult
OpenPayBox System.Web.Mvc.JsonResult
PayBox System.Web.Mvc.ActionResult
PayCredit System.Web.Mvc.ActionResult
RemoveStock void
SaveSale System.Web.Mvc.JsonResult
WhatIsThisTypeOfSale string

공개 메소드들

메소드 설명
GetValue ( ) : System.Web.Mvc.PartialViewResult
ListWithCount ( ) : void
UpdatePayBox ( int typeOfPayment ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
ClosePayBox ( PayBox payBox ) : System.Web.Mvc.JsonResult
DeleteProductInCommand ( int productID, int quantity ) : System.Web.Mvc.JsonResult
FinishSale ( int typeOfPayment ) : System.Web.Mvc.ActionResult
GerValueWhenPaidWithMoney ( int typeOfPayment ) : decimal
GetClosePayBox ( ) : System.Web.Mvc.PartialViewResult
GetControlItens ( InsertProductViewModel insertProductViewModel ) : System.Web.Mvc.ActionResult
GetCurrentPayBox ( ) : PayBox
GetCurrentUser ( string name ) : int
GetCurrentViewList ( ) : System.Web.Mvc.ActionResult
GetFullSale ( ) : Sale
GetFullValue ( ) : System.Web.Mvc.JsonResult
GetOpenPayBox ( ) : System.Web.Mvc.ActionResult
GetQuantityProduct ( ) : System.Web.Mvc.JsonResult
GetTypeOfPayment ( int typeOfRegistrationID ) : System.Web.Mvc.SelectList
InsertProduct ( InsertProductViewModel insertProductViewModel ) : System.Web.Mvc.ActionResult
OpenPayBox ( OpenPayBoxViewModel openPayBoxModal ) : System.Web.Mvc.JsonResult
PayBox ( ) : System.Web.Mvc.ActionResult
PayCredit ( decimal value ) : System.Web.Mvc.ActionResult
RemoveStock ( ) : void
SaveSale ( Sale sale ) : System.Web.Mvc.JsonResult
WhatIsThisTypeOfSale ( Product product ) : string

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetValue() 공개 메소드

public GetValue ( ) : System.Web.Mvc.PartialViewResult
리턴 System.Web.Mvc.PartialViewResult

ListWithCount() 공개 메소드

public ListWithCount ( ) : void
리턴 void

UpdatePayBox() 공개 메소드

public UpdatePayBox ( int typeOfPayment ) : void
typeOfPayment int
리턴 void