Fields documentation for PictureMasterWeb

NameTypeSummeryRemarks
IdInt32Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
IndexInt32Index of the picture file.Picture with index 1 should be the first picture shown and so forth.
PictureDescriptionStringThe description of the picture.
PictureVersionInt64The 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.
TypeIdNullable<Int32>The ID of the picture type name.
UrlStringAbsolute url to the picture file.
ValidFromDateTimeStart date.
ValidToNullable<DateTime>End date. If null, the interval is seen as having no expiration.