Fields documentation for PictureMasterWeb
Name | Type | Summery | Remarks |
---|---|---|---|
Id | Int32 | Unique Id for the entity. This Id is unchanged throughout the entity's lifetime. | |
Index | Int32 | Index of the picture file. | Picture with index 1 should be the first picture shown and so forth. |
PictureDescription | String | The description of the picture. | |
PictureVersion | Int64 | 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. | |
TypeId | Nullable<Int32> | The ID of the picture type name. | |
Url | String | Absolute url to the picture file. | |
ValidFrom | DateTime | Start date. | |
ValidTo | Nullable<DateTime> | End date. If null, the interval is seen as having no expiration. |