Click or drag to resize

PictureWeb Class

Data contract for a web picture specialized class.
Inheritance Hierarchy

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

The PictureWeb type exposes the following members.

Constructors
  NameDescription
Public methodPictureWeb
Top
Properties
  NameDescription
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 propertyResizeProfileId
The ID of the profile used to resize the original master photo into its current size.
(Inherited from PictureBaseWeb.)
Public propertyResizeProfileName
The name of the profile used to resize the original master photo into its current size.
Public propertyThumbnail
Thumbnail picture or not. Only one picture per rentalobject is marked as thumbnail
Public propertyTypeId
The ID of the picture type name.
(Inherited from PictureBaseWeb.)
Public propertyTypeName
Picture type name. Can be null if no type is attached to 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