C# 클래스 Ucrm.AddProductToDB

AddProductToDB class adds a product to the database based on some criteria
파일 보기 프로젝트 열기: bytecode0101/uCRM

공개 메소드들

메소드 설명
AddProdCategory ( string catName ) : void
AddProdName ( string prodName ) : void
AddProdSubCategory ( string catName ) : void
AddProdType ( string typeName ) : void
SrcProduct ( string srcProdName ) : void

메소드 상세

AddProdCategory() 공개 메소드

public AddProdCategory ( string catName ) : void
catName string
리턴 void

AddProdName() 공개 메소드

public AddProdName ( string prodName ) : void
prodName string
리턴 void

AddProdSubCategory() 공개 메소드

public AddProdSubCategory ( string catName ) : void
catName string
리턴 void

AddProdType() 공개 메소드

public AddProdType ( string typeName ) : void
typeName string
리턴 void

SrcProduct() 공개 메소드

public SrcProduct ( string srcProdName ) : void
srcProdName string
리턴 void