C# Class Dnn.Modules.Vendors.Components.ClassificationController

Afficher le fichier Open project: DNNCommunity/DNN.Vendors

Méthodes publiques

Méthode Description
AddVendorClassification ( int VendorId, int ClassificationId ) : void
DeleteVendorClassifications ( int VendorId ) : void
GetVendorClassifications ( int VendorId ) : ArrayList

Method Details

AddVendorClassification() public méthode

public AddVendorClassification ( int VendorId, int ClassificationId ) : void
VendorId int
ClassificationId int
Résultat void

DeleteVendorClassifications() public méthode

public DeleteVendorClassifications ( int VendorId ) : void
VendorId int
Résultat void

GetVendorClassifications() public méthode

public GetVendorClassifications ( int VendorId ) : ArrayList
VendorId int
Résultat System.Collections.ArrayList