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

Show file Open project: DNNCommunity/DNN.Vendors

Public Methods

Method Description
AddVendorClassification ( int VendorId, int ClassificationId ) : void
DeleteVendorClassifications ( int VendorId ) : void
GetVendorClassifications ( int VendorId ) : ArrayList

Method Details

AddVendorClassification() public method

public AddVendorClassification ( int VendorId, int ClassificationId ) : void
VendorId int
ClassificationId int
return void

DeleteVendorClassifications() public method

public DeleteVendorClassifications ( int VendorId ) : void
VendorId int
return void

GetVendorClassifications() public method

public GetVendorClassifications ( int VendorId ) : ArrayList
VendorId int
return System.Collections.ArrayList