PictureIntervalWeb Class |
Namespace: Tse.EasyBook.Server.DataContracts.OwnerLogin
public class PictureIntervalWeb : PictureBaseWeb
The PictureIntervalWeb type exposes the following members.
| Name | Description | |
|---|---|---|
| PictureIntervalWeb |
| Name | Description | |
|---|---|---|
| Base64EncodedFileContents |
The base64 encoded version of file contents needed, only required when adding or editing current picture
| |
| EditState |
The editstate of the picture
IF
None: Picture will be ignored
Dirty: Properties will be updated on the existing picture, if base64encodedfilecontents are filled out it is regarded as new and current picture will be expired and new picture will be created
Deleted: Picture will be expired on current date, and will not be shown outwards
New: Picture will be added to rentalobject, and no existing picture will be changed except possible indices
| |
| FileExtension |
The file extension, needs to match Base64EncodedFileContents
| |
| 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.) | |
| PixelHeight |
Number of pixel on height dimension
| |
| PixelWidth |
Number of pixel on width dimension
| |
| ResizeProfileId |
The ID of the profile used to resize the original master photo into its current size.
(Inherited from PictureBaseWeb.) | |
| TypeId |
The ID of the picture type name.
(Inherited from PictureBaseWeb.) | |
| UploadedFileName |
Optional field which determines the filename of the 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.) |