You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AdminController Class > EditFeeTier Method (Int32, Int32, String, String, String, String)

AdminControllerEditFeeTier Method (Int32, Int32, String, String, String, String)

AuctionWorx 3.5 API
Processes request to edit a fee tier

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5

Syntax

C#
public ActionResult EditFeeTier(
	int id,
	int feeScheduleID,
	string LowerBoundInclusive,
	string UpperBoundExclusive,
	string Value,
	string ValueType
)

Parameters

id
Type: SystemInt32
ID of the requested fee tier
feeScheduleID
Type: SystemInt32
ID of the requested FeeSchedule to which this tier will be assigned
LowerBoundInclusive
Type: SystemString
decimal value of the lower bound for this tier
UpperBoundExclusive
Type: SystemString
decimal value of the upper bound for this tier
Value
Type: SystemString
decimal value of the fee amount for this tier
ValueType
Type: SystemString
string value indicating the fee amount type ("Fixed" or "Percent")

Return Value

Type: ActionResult
Redirect to /Admin/EditEventFees/[id]
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.