Fields documentation for RentalInterval
Name | Type | Summery | Remarks |
---|---|---|---|
BusinessPartnerId | Int32 | ID of the business partner attached to this rental interval. | Used by the following RentalInterval types: OptionTenderBookingOwnerCancellation |
BusinessPartnerName | String | Name of the business partner that is linked by the BusinessPartnerId. | Used by the following RentalInterval types: OptionTenderBookingOwnerCancellation |
BusinessPartnerType | BusinessEntityTypeEnum | The type of the business partner. | |
Comment | String | A comment attached to a closed RentalInterval. | Used by the following RentalInterval types: Closed |
EditState | EditStateEnum | EditState is used to keep track of the edit state of items in list/collection properties. The field is initialized to None. For inbounded DTOs derived from this value is overwritten by the correct value from the service consumer doing deserialization. | |
EndDate | DateTime | End date. | |
EntityType | Int32 | This property is used to distinguish datacontract classes that serves as a mapper for more than 1 underlying model class. An example of such a class could be: EmployeeOrGroupListItem. The EmployeeOrGroupListItem datacontract class maps both the Employee and Group model class. An employee and group can share the same IDs and it thus becomes impossible to distinguish the two if they are mapped into the same class. This is solved by overriding this property in the child class. In this case the EmployeeOrGroupListItem class. The EmployeeOrGroupListItem class will have its own "Type" enum property to distinguish what it has mapped. This existing Type property is then mapped into the base class' EntityType property. The client framework will then be able to automatically distinguish the enitities from eachother. | |
ExternalId | Int32 | Temporary server assigned unique Id for each datacontract object created in the server without persistece.. this property will use the fix the references of the all cloned objects. | |
Id | Int32 | OpenAccess identity property. | |
InvoiceNo | Int32 | ID of an invoice that is visualized by this RentalInterval. | Used by the following RentalInterval types: OptionBookingCancellation |
OrderNo | Nullable<Int32> | Possible order number of the associated order. | Used by the following RentalInterval types: OptionBookingCancellation |
StartDate | DateTime | Start date. | |
Type | RentalIntervalTypeEnum | The type of the RentalInterval. | |
Version | Int32 | OpenAccess concurrency version property. |