Method | Description | |
---|---|---|
AddProdCategory ( string catName ) : void | ||
AddProdName ( string prodName ) : void | ||
AddProdSubCategory ( string catName ) : void | ||
AddProdType ( string typeName ) : void | ||
SrcProduct ( string srcProdName ) : void |
public AddProdCategory ( string catName ) : void | ||
catName | string | |
return | void |
public AddProdName ( string prodName ) : void | ||
prodName | string | |
return | void |
public AddProdSubCategory ( string catName ) : void | ||
catName | string | |
return | void |
public AddProdType ( string typeName ) : void | ||
typeName | string | |
return | void |
public SrcProduct ( string srcProdName ) : void | ||
srcProdName | string | |
return | void |