C# 클래스 Ucrm.Invoice

Holds the details of the shopping cart for its assigned user and uses them to create invoice
파일 보기 프로젝트 열기: bytecode0101/uCRM

공개 메소드들

메소드 설명
Invoice ( ) : System
MakeInvoice ( User user, Cart cart, Address address ) : DataTable

Method to create the invoice using the details of the user and his shopping cart

PrintInvoice ( DataTable invoice_details ) : void

Prints the invoice details according to the invoice resulted from MakeInvoice()

메소드 상세

Invoice() 공개 메소드

public Invoice ( ) : System
리턴 System

MakeInvoice() 공개 메소드

Method to create the invoice using the details of the user and his shopping cart
public MakeInvoice ( User user, Cart cart, Address address ) : DataTable
user User
cart Cart
address Address
리턴 System.Data.DataTable

PrintInvoice() 공개 메소드

Prints the invoice details according to the invoice resulted from MakeInvoice()
public PrintInvoice ( DataTable invoice_details ) : void
invoice_details System.Data.DataTable
리턴 void