Click or drag to resize

PictureIntervalWeb Class

Add a new case.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContractsIntervalWeb
        Tse.EasyBook.Server.DataContractsPictureBaseWeb
          Tse.EasyBook.Server.DataContracts.OwnerLoginPictureIntervalWeb

Namespace:  Tse.EasyBook.Server.DataContracts.OwnerLogin
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class PictureIntervalWeb : PictureBaseWeb

The PictureIntervalWeb type exposes the following members.

Constructors
  NameDescription
Public methodPictureIntervalWeb
Top
Properties
  NameDescription
Public propertyBase64EncodedFileContents
The base64 encoded version of file contents needed, only required when adding or editing current picture
Public propertyEditState
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
Public propertyFileExtension
The file extension, needs to match Base64EncodedFileContents
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyIndex
Index of the picture file
(Inherited from PictureBaseWeb.)
Public propertyMeterType (Inherited from PictureBaseWeb.)
Public propertyPictureDescription
The description of the picture
(Inherited from PictureBaseWeb.)
Public propertyPictureVersion
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.)
Public propertyPixelHeight
Number of pixel on height dimension
Public propertyPixelWidth
Number of pixel on width dimension
Public propertyResizeProfileId
The ID of the profile used to resize the original master photo into its current size.
(Inherited from PictureBaseWeb.)
Public propertyTypeId
The ID of the picture type name.
(Inherited from PictureBaseWeb.)
Public propertyUploadedFileName
Optional field which determines the filename of the picture
Public propertyUrl
Absolute url to the picture file
(Inherited from PictureBaseWeb.)
Public propertyValidFrom
Start date
(Inherited from IntervalWeb.)
Public propertyValidTo
End date. If null, the interval is seen as having no expiration.
(Inherited from IntervalWeb.)
Top
See Also