Click or drag to resize

PictureBaseWeb Class

Data contract for a web picture base 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 PictureBaseWeb : IntervalWeb

The PictureBaseWeb type exposes the following members.

Constructors
  NameDescription
Public methodPictureBaseWeb
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
Public propertyMeterType
Public propertyPictureDescription
The description of the picture
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.
Public propertyResizeProfileId
The ID of the profile used to resize the original master photo into its current size.
Public propertyTypeId
The ID of the picture type name.
Public propertyUrl
Absolute url to the picture file
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