Method | Description | |
---|---|---|
ChartView ( ) : System.Web.Mvc.ActionResult | ||
Create ( ) : System.Web.Mvc.ActionResult | ||
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
Details ( int id ) : System.Web.Mvc.ViewResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
GiftCertificateController ( IGiftCertificateService giftCertificateService, ICommodityService commodityService, IUserProfileService userProfileService, IReceiptAllocationService receiptAllocationService, IDetailService detailService, ICommodityTypeService commodityTypeService, IDonorService donorService, IProgramService programService, IGiftCertificateDetailService giftCertificateDetailService, IShippingInstructionService shippingInstructionService ) : System.Collections.Generic | ||
Index ( ) : System.Web.Mvc.ViewResult | ||
IsBillOfLoadingDuplicate ( string BillOfLoading ) : System.Web.Mvc.ActionResult | ||
MonthlySummary ( ) : System.Web.Mvc.ActionResult | ||
NotUnique ( string SINumber, int GiftCertificateID ) : System.Web.Mvc.ActionResult | ||
Print ( int id ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Create ( Cats giftcertificate ) : System.Web.Mvc.ActionResult | ||
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( |
||
GenerateGiftCertificate ( List |
||
GetSelectedGiftCertificateDetails ( string jsonArray ) : List |
||
InsertGiftCertificate ( Cats giftcertificate, |
||
SelectGiftCertificateDetails ( int id ) : System.Web.Mvc.ActionResult |
public ChartView ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Delete ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Details ( int id ) : System.Web.Mvc.ViewResult | ||
id | int | |
return | System.Web.Mvc.ViewResult |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public GiftCertificateController ( IGiftCertificateService giftCertificateService, ICommodityService commodityService, IUserProfileService userProfileService, IReceiptAllocationService receiptAllocationService, IDetailService detailService, ICommodityTypeService commodityTypeService, IDonorService donorService, IProgramService programService, IGiftCertificateDetailService giftCertificateDetailService, IShippingInstructionService shippingInstructionService ) : System.Collections.Generic | ||
giftCertificateService | IGiftCertificateService | |
commodityService | ICommodityService | |
userProfileService | IUserProfileService | |
receiptAllocationService | IReceiptAllocationService | |
detailService | IDetailService | |
commodityTypeService | ICommodityTypeService | |
donorService | IDonorService | |
programService | IProgramService | |
giftCertificateDetailService | IGiftCertificateDetailService | |
shippingInstructionService | IShippingInstructionService | |
return | System.Collections.Generic |
public IsBillOfLoadingDuplicate ( string BillOfLoading ) : System.Web.Mvc.ActionResult | ||
BillOfLoading | string | |
return | System.Web.Mvc.ActionResult |
public MonthlySummary ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public NotUnique ( string SINumber, int GiftCertificateID ) : System.Web.Mvc.ActionResult | ||
SINumber | string | |
GiftCertificateID | int | |
return | System.Web.Mvc.ActionResult |
public Print ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |