C# 클래스 Kaffeplaneten.BLL.DataCreater

파일 보기 프로젝트 열기: chrban/Webapplikasjoner

공개 메소드들

메소드 설명
VaniljeHasselnøtt ( ) : ProductModel
addProduct ( ProductModel productModel ) : void
addProducts ( ) : void
addSuperadmin ( ) : void
createAfterDinnerBlend ( ) : ProductModel
createAstorLibano ( ) : ProductModel
createBrazillianBlend ( ) : ProductModel
createCafedeParis ( ) : ProductModel
createChocoVanilje ( ) : ProductModel
createCostaRicanTarrazu ( ) : ProductModel
createCustomer ( ) : CustomerModel
createEtiopiskMokka ( ) : ProductModel
createExecutiveBlend ( ) : ProductModel
createIndianMysore ( ) : ProductModel
createIrishCream ( ) : ProductModel
createKoffeinfriEspresso ( ) : ProductModel
createKoffeinfriKaffe ( ) : ProductModel
createMayfairBlend ( ) : ProductModel
createMexicanCoffee ( ) : ProductModel
createNutCream ( ) : ProductModel
createOldBrownJava ( ) : ProductModel
createOrder ( ) : OrderModel
createPrimeHonduras ( ) : ProductModel
createSuperEmployee ( ) : EmployeeModel
createSuperUser ( ) : UserModel
deleteCustomerTest ( int id ) : bool
editCustomer ( CustomerModel customerModel ) : bool
getRandomImage ( ) : string
main ( String args ) : void

비공개 메소드들

메소드 설명
createHash ( string incPassword ) : byte[]

메소드 상세

VaniljeHasselnøtt() 공개 정적인 메소드

public static VaniljeHasselnøtt ( ) : ProductModel
리턴 Kaffeplaneten.Models.ProductModel

addProduct() 공개 정적인 메소드

public static addProduct ( ProductModel productModel ) : void
productModel Kaffeplaneten.Models.ProductModel
리턴 void

addProducts() 공개 정적인 메소드

public static addProducts ( ) : void
리턴 void

addSuperadmin() 공개 정적인 메소드

public static addSuperadmin ( ) : void
리턴 void

createAfterDinnerBlend() 공개 정적인 메소드

public static createAfterDinnerBlend ( ) : ProductModel
리턴 Kaffeplaneten.Models.ProductModel

createAstorLibano() 공개 정적인 메소드

public static createAstorLibano ( ) : ProductModel
리턴 Kaffeplaneten.Models.ProductModel

createBrazillianBlend() 공개 정적인 메소드

public static createBrazillianBlend ( ) : ProductModel
리턴 Kaffeplaneten.Models.ProductModel

createCafedeParis() 공개 정적인 메소드

public static createCafedeParis ( ) : ProductModel
리턴 Kaffeplaneten.Models.ProductModel

createChocoVanilje() 공개 정적인 메소드

public static createChocoVanilje ( ) : ProductModel
리턴 Kaffeplaneten.Models.ProductModel

createCostaRicanTarrazu() 공개 정적인 메소드

public static createCostaRicanTarrazu ( ) : ProductModel
리턴 Kaffeplaneten.Models.ProductModel

createCustomer() 공개 정적인 메소드

public static createCustomer ( ) : CustomerModel
리턴 Kaffeplaneten.Models.CustomerModel

createEtiopiskMokka() 공개 정적인 메소드

public static createEtiopiskMokka ( ) : ProductModel
리턴 Kaffeplaneten.Models.ProductModel

createExecutiveBlend() 공개 정적인 메소드

public static createExecutiveBlend ( ) : ProductModel
리턴 Kaffeplaneten.Models.ProductModel

createIndianMysore() 공개 정적인 메소드

public static createIndianMysore ( ) : ProductModel
리턴 Kaffeplaneten.Models.ProductModel

createIrishCream() 공개 정적인 메소드

public static createIrishCream ( ) : ProductModel
리턴 Kaffeplaneten.Models.ProductModel

createKoffeinfriEspresso() 공개 정적인 메소드

public static createKoffeinfriEspresso ( ) : ProductModel
리턴 Kaffeplaneten.Models.ProductModel

createKoffeinfriKaffe() 공개 정적인 메소드

public static createKoffeinfriKaffe ( ) : ProductModel
리턴 Kaffeplaneten.Models.ProductModel

createMayfairBlend() 공개 정적인 메소드

public static createMayfairBlend ( ) : ProductModel
리턴 Kaffeplaneten.Models.ProductModel

createMexicanCoffee() 공개 정적인 메소드

public static createMexicanCoffee ( ) : ProductModel
리턴 Kaffeplaneten.Models.ProductModel

createNutCream() 공개 정적인 메소드

public static createNutCream ( ) : ProductModel
리턴 Kaffeplaneten.Models.ProductModel

createOldBrownJava() 공개 정적인 메소드

public static createOldBrownJava ( ) : ProductModel
리턴 Kaffeplaneten.Models.ProductModel

createOrder() 공개 정적인 메소드

public static createOrder ( ) : OrderModel
리턴 Kaffeplaneten.Models.OrderModel

createPrimeHonduras() 공개 정적인 메소드

public static createPrimeHonduras ( ) : ProductModel
리턴 Kaffeplaneten.Models.ProductModel

createSuperEmployee() 공개 정적인 메소드

public static createSuperEmployee ( ) : EmployeeModel
리턴 Kaffeplaneten.Models.EmployeeModel

createSuperUser() 공개 정적인 메소드

public static createSuperUser ( ) : UserModel
리턴 Kaffeplaneten.Models.UserModel

deleteCustomerTest() 공개 정적인 메소드

public static deleteCustomerTest ( int id ) : bool
id int
리턴 bool

editCustomer() 공개 정적인 메소드

public static editCustomer ( CustomerModel customerModel ) : bool
customerModel Kaffeplaneten.Models.CustomerModel
리턴 bool

getRandomImage() 공개 정적인 메소드

public static getRandomImage ( ) : string
리턴 string

main() 공개 정적인 메소드

public static main ( String args ) : void
args String
리턴 void