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

Inheritance: IUpgradeable
Afficher le fichier Open project: DNNCommunity/DNN.Vendors Class Usage Examples

Méthodes publiques

Méthode Description
AddVendor ( VendorInfo objVendor ) : int
DeleteVendor ( int VendorID ) : void
DeleteVendors ( ) : void
DeleteVendors ( int PortalID ) : void
GetVendor ( int VendorID, int PortalId ) : VendorInfo
GetVendors ( int PortalId, bool UnAuthorized, int PageIndex, int PageSize, int &TotalRecords ) : ArrayList
GetVendors ( int PortalId, string Filter ) : ArrayList
GetVendorsByEmail ( string Filter, int PortalId, int Page, int PageSize, int &TotalRecords ) : ArrayList
GetVendorsByName ( string Filter, int PortalId, int Page, int PageSize, int &TotalRecords ) : ArrayList
UpdateVendor ( VendorInfo objVendor ) : void
UpgradeModule ( string version ) : string

Method Details

AddVendor() public méthode

public AddVendor ( VendorInfo objVendor ) : int
objVendor VendorInfo
Résultat int

DeleteVendor() public méthode

public DeleteVendor ( int VendorID ) : void
VendorID int
Résultat void

DeleteVendors() public méthode

public DeleteVendors ( ) : void
Résultat void

DeleteVendors() public méthode

public DeleteVendors ( int PortalID ) : void
PortalID int
Résultat void

GetVendor() public méthode

public GetVendor ( int VendorID, int PortalId ) : VendorInfo
VendorID int
PortalId int
Résultat VendorInfo

GetVendors() public méthode

public GetVendors ( int PortalId, bool UnAuthorized, int PageIndex, int PageSize, int &TotalRecords ) : ArrayList
PortalId int
UnAuthorized bool
PageIndex int
PageSize int
TotalRecords int
Résultat System.Collections.ArrayList

GetVendors() public méthode

public GetVendors ( int PortalId, string Filter ) : ArrayList
PortalId int
Filter string
Résultat System.Collections.ArrayList

GetVendorsByEmail() public méthode

public GetVendorsByEmail ( string Filter, int PortalId, int Page, int PageSize, int &TotalRecords ) : ArrayList
Filter string
PortalId int
Page int
PageSize int
TotalRecords int
Résultat System.Collections.ArrayList

GetVendorsByName() public méthode

public GetVendorsByName ( string Filter, int PortalId, int Page, int PageSize, int &TotalRecords ) : ArrayList
Filter string
PortalId int
Page int
PageSize int
TotalRecords int
Résultat System.Collections.ArrayList

UpdateVendor() public méthode

public UpdateVendor ( VendorInfo objVendor ) : void
objVendor VendorInfo
Résultat void

UpgradeModule() public méthode

public UpgradeModule ( string version ) : string
version string
Résultat string