Namespace:
RainWorx.FrameWorx.BLL.ServiceImplementations
Assembly: RainWorx.FrameWorx.BLL (in RainWorx.FrameWorx.BLL.dll) Version: 3.5
Assembly: RainWorx.FrameWorx.BLL (in RainWorx.FrameWorx.BLL.dll) Version: 3.5
Syntax
C#
public void AddFeeTier( string actingUserName, int feeScheduleID, decimal LowerBoundInclusive, decimal UpperBoundExclusive, decimal Value, string ValueType )
Parameters
- actingUserName
- Type: SystemString
- feeScheduleID
- Type: SystemInt32
- LowerBoundInclusive
- Type: SystemDecimal
- UpperBoundExclusive
- Type: SystemDecimal
- Value
- Type: SystemDecimal
- ValueType
- Type: SystemString
Implements
ISiteServiceAddFeeTier(String, Int32, Decimal, Decimal, Decimal, String)See Also