PictureWeb Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class PictureWeb : PictureBaseWeb
The PictureWeb type exposes the following members.
| Name | Description | |
|---|---|---|
| PictureWeb |
| Name | Description | |
|---|---|---|
| Id |
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.) | |
| Index |
Index of the picture file
(Inherited from PictureBaseWeb.) | |
| MeterType | (Inherited from PictureBaseWeb.) | |
| PictureDescription |
The description of the picture
(Inherited from PictureBaseWeb.) | |
| PictureVersion |
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.
(Inherited from PictureBaseWeb.) | |
| ResizeProfileId |
The ID of the profile used to resize the original master photo into its current size.
(Inherited from PictureBaseWeb.) | |
| ResizeProfileName |
The name of the profile used to resize the original master photo into its current size.
| |
| Thumbnail |
Thumbnail picture or not. Only one picture per rentalobject is marked as thumbnail
| |
| TypeId |
The ID of the picture type name.
(Inherited from PictureBaseWeb.) | |
| TypeName |
Picture type name. Can be null if no type is attached to picture.
| |
| Url |
Absolute url to the picture file
(Inherited from PictureBaseWeb.) | |
| ValidFrom |
Start date
(Inherited from IntervalWeb.) | |
| ValidTo |
End date. If null, the interval is seen as having no expiration.
(Inherited from IntervalWeb.) |