Fields documentation for PictureWeb

NameTypeSummeryRemarks
IdInt32Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
IndexInt32Index of the picture file.Picture with index 1 should be the first picture shown and so forth.
MeterTypeNullable<ConsumptionMeterTypeWebEnum>
PictureDescriptionStringThe description of the picture.
PictureVersionInt64The 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.
ResizeProfileIdInt32The ID of the profile used to resize the original master photo into its current size.
ResizeProfileNameStringThe name of the profile used to resize the original master photo into its current size.
ThumbnailBooleanThumbnail 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.
TypeIdNullable<Int32>The ID of the picture type name.
TypeNameStringPicture type name. Can be null if no type is attached to picture.Types can be names like "Floor plan", "Outdoors", "Living room", "Kitchen" etc.
UrlStringAbsolute url to the picture file.
ValidFromDateTimeStart date.
ValidToNullable<DateTime>End date. If null, the interval is seen as having no expiration.