Method | Description | |
---|---|---|
AddVendor ( |
||
DeleteVendor ( int VendorID ) : void | ||
DeleteVendors ( ) : void | ||
DeleteVendors ( int PortalID ) : void | ||
GetVendor ( int VendorID, int PortalId ) : |
||
GetVendors ( int PortalId, bool UnAuthorized, int PageIndex, int PageSize, int &TotalRecords ) : |
||
GetVendors ( int PortalId, string Filter ) : |
||
GetVendorsByEmail ( string Filter, int PortalId, int Page, int PageSize, int &TotalRecords ) : |
||
GetVendorsByName ( string Filter, int PortalId, int Page, int PageSize, int &TotalRecords ) : |
||
UpdateVendor ( |
||
UpgradeModule ( string version ) : string |
|
public AddVendor ( |
||
objVendor | ||
return | int |
public GetVendor ( int VendorID, int PortalId ) : |
||
VendorID | int | |
PortalId | int | |
return |
public GetVendors ( int PortalId, bool UnAuthorized, int PageIndex, int PageSize, int &TotalRecords ) : |
||
PortalId | int | |
UnAuthorized | bool | |
PageIndex | int | |
PageSize | int | |
TotalRecords | int | |
return |
public GetVendors ( int PortalId, string Filter ) : |
||
PortalId | int | |
Filter | string | |
return |
public GetVendorsByEmail ( string Filter, int PortalId, int Page, int PageSize, int &TotalRecords ) : |
||
Filter | string | |
PortalId | int | |
Page | int | |
PageSize | int | |
TotalRecords | int | |
return |
public GetVendorsByName ( string Filter, int PortalId, int Page, int PageSize, int &TotalRecords ) : |
||
Filter | string | |
PortalId | int | |
Page | int | |
PageSize | int | |
TotalRecords | int | |
return |
public UpdateVendor ( |
||
objVendor | ||
return | void |
public UpgradeModule ( string version ) : string | ||
version | string | |
return | string |