C# 클래스 Dnn.Modules.Vendors.Components.VendorsController

상속: IUpgradeable
파일 보기 프로젝트 열기: DNNCommunity/DNN.Vendors 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddVendor() 공개 메소드

public AddVendor ( VendorInfo objVendor ) : int
objVendor VendorInfo
리턴 int

DeleteVendor() 공개 메소드

public DeleteVendor ( int VendorID ) : void
VendorID int
리턴 void

DeleteVendors() 공개 메소드

public DeleteVendors ( ) : void
리턴 void

DeleteVendors() 공개 메소드

public DeleteVendors ( int PortalID ) : void
PortalID int
리턴 void

GetVendor() 공개 메소드

public GetVendor ( int VendorID, int PortalId ) : VendorInfo
VendorID int
PortalId int
리턴 VendorInfo

GetVendors() 공개 메소드

public GetVendors ( int PortalId, bool UnAuthorized, int PageIndex, int PageSize, int &TotalRecords ) : ArrayList
PortalId int
UnAuthorized bool
PageIndex int
PageSize int
TotalRecords int
리턴 System.Collections.ArrayList

GetVendors() 공개 메소드

public GetVendors ( int PortalId, string Filter ) : ArrayList
PortalId int
Filter string
리턴 System.Collections.ArrayList

GetVendorsByEmail() 공개 메소드

public GetVendorsByEmail ( string Filter, int PortalId, int Page, int PageSize, int &TotalRecords ) : ArrayList
Filter string
PortalId int
Page int
PageSize int
TotalRecords int
리턴 System.Collections.ArrayList

GetVendorsByName() 공개 메소드

public GetVendorsByName ( string Filter, int PortalId, int Page, int PageSize, int &TotalRecords ) : ArrayList
Filter string
PortalId int
Page int
PageSize int
TotalRecords int
리턴 System.Collections.ArrayList

UpdateVendor() 공개 메소드

public UpdateVendor ( VendorInfo objVendor ) : void
objVendor VendorInfo
리턴 void

UpgradeModule() 공개 메소드

public UpgradeModule ( string version ) : string
version string
리턴 string