PictureBaseWeb Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class PictureBaseWeb : IntervalWeb
The PictureBaseWeb type exposes the following members.
| Name | Description | |
|---|---|---|
| PictureBaseWeb |
| 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
| |
| MeterType | ||
| PictureDescription |
The description of the picture
| |
| 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.
| |
| ResizeProfileId |
The ID of the profile used to resize the original master photo into its current size.
| |
| TypeId |
The ID of the picture type name.
| |
| Url |
Absolute url to the picture file
| |
| ValidFrom |
Start date
(Inherited from IntervalWeb.) | |
| ValidTo |
End date. If null, the interval is seen as having no expiration.
(Inherited from IntervalWeb.) |