RatePart
Namespace: CCPEntities
Summary
No summary yetProperties
| Name | Type | FixedLength | MaxLength/Range | Identity | Summary | Value | |
|---|---|---|---|---|---|---|---|
|
|
RatePartId* | Edm.Int32 | False | true | |||
| RateId* | Edm.Int32 | False | |||||
| RateTypeName* | RateType | False | 50 | ||||
| Amount* | Edm.Decimal | False | |||||
| Factor* | Edm.Int32 | False |
Factor is a time in minutes the Amount is for. For example a WaitingRate is EUR 40,93 for an hour. This would translate to a factor of 60, to later divide this number by when translating to minutes. |
||||
| Condition | Edm.String | False | |||||
| Description | Edm.String | False | |||||
| ParentId | Edm.Int32 | False |
Navigation Properties
| Name | Type | Multiplicity | Summary | |
|---|---|---|---|---|
| Rate | Rate | 0..1 | ||
| Parent | RatePart | * | ||
| RateParts | RatePart | * | A collection of RatePart that define the rateparts of the rate | |
| RatePartRanges | RatePartRange | 0..1 |
Additional Information
Notable information when adding a recordChecks if the user has sufficient rights to add/change/delete a record and performs the desired operation.