Fields documentation for PictureWeb
| Name | Type | Summery | Remarks |
|---|---|---|---|
| Id | Int32 | Unique Id for the entity. This Id is unchanged throughout the entity's lifetime. | |
| Index | Int32 | Index of the picture file. | Picture with index 1 should be the first picture shown and so forth. |
| MeterType | Nullable<ConsumptionMeterTypeWebEnum> | ||
| PictureDescription | String | The description of the picture. | |
| PictureVersion | Int64 | The the version of the picture from the corresponding Model.Picture.Version field. Added so FEJØ can use it to determine if an existing Model.PictureResized has been changed. | |
| ResizeProfileId | Int32 | The ID of the profile used to resize the original master photo into its current size. | |
| ResizeProfileName | String | The name of the profile used to resize the original master photo into its current size. | |
| Thumbnail | Boolean | Thumbnail picture or not. Only one picture per rentalobject is marked as thumbnail. | Thumbnail pictures are well suited to be used in the search result list because of their limited size. |
| TypeId | Nullable<Int32> | The ID of the picture type name. | |
| TypeName | String | Picture type name. Can be null if no type is attached to picture. | Types can be names like "Floor plan", "Outdoors", "Living room", "Kitchen" etc. |
| Url | String | Absolute url to the picture file. | |
| ValidFrom | DateTime | Start date. | |
| ValidTo | Nullable<DateTime> | End date. If null, the interval is seen as having no expiration. |