Fields documentation for OrderRentalObjectListItem
Name | Type | Summery | Remarks |
---|---|---|---|
Address | Address | ||
AgreementNumber | Int32 | Agreement number if rental object is Associated with an agreement, otherwise will contains the 0 (zero). | |
AreaName | String | A complete name of the area, the current rental object is situated in The string contains all sub-areas divided by commas. If the rental object is situated in e.g. Lakolk on the island Rømø, the areaName will be: "Rømø, Lakolk". | |
ConsumptionMeters | List`1 | List of consumption meters associated with the rental object.. | |
CurrentDisposableAmount | Double | DisposableAmount on the currently active ownerRentalAgreement. | |
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. | |
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. | |
FerryRequired | Boolean | Is ferry required This property is used for printing ferry-order slips in Lasernet. | |
FormattedAddress | String | ||
FormattedOtherNumbers | String | ||
FormattedOwnerAddress | String | ||
Id | Int32 | OpenAccess identity property. | |
Office | OfficeListItem | If not null, then represent the Office for which the rental object is available Otherwise if null, that mean the Rental object is available in all offices.. | |
OtherNumbers | SystemString[] | ||
OwnerId | Int32 | ||
OwnerName | String | ||
RegionName | String | The name of the region, the current rental object is situated in. | |
RentalCaledar | RentalCalendarDto | ||
RentalObjectNo | String | ||
Version | Int32 | OpenAccess concurrency version property. |