C# 클래스 E_Handel.BL.BLOrder

파일 보기 프로젝트 열기: KodKnackarGanget/E-Handel 1 사용 예제들

공개 메소드들

메소드 설명
BLOrder ( double postage, double totalPrice, string address, string postalCode, string city, string country, string email, string telephone, string paymentOptions, string deliveryOptions, string name, string surname, List cartProducts, int accountId = -1 ) : System.Collections.Generic
InsertIntoDB ( string databaseConnectionString ) : void
RetrieveFromDB ( string databaseConnectionString, int id ) : BLOrder
ToString ( ) : string

메소드 상세

BLOrder() 공개 메소드

public BLOrder ( double postage, double totalPrice, string address, string postalCode, string city, string country, string email, string telephone, string paymentOptions, string deliveryOptions, string name, string surname, List cartProducts, int accountId = -1 ) : System.Collections.Generic
postage double
totalPrice double
address string
postalCode string
city string
country string
email string
telephone string
paymentOptions string
deliveryOptions string
name string
surname string
cartProducts List
accountId int
리턴 System.Collections.Generic

InsertIntoDB() 공개 메소드

public InsertIntoDB ( string databaseConnectionString ) : void
databaseConnectionString string
리턴 void

RetrieveFromDB() 공개 정적인 메소드

public static RetrieveFromDB ( string databaseConnectionString, int id ) : BLOrder
databaseConnectionString string
id int
리턴 BLOrder

ToString() 공개 메소드

public ToString ( ) : string
리턴 string