Foodolini.Database.Picture Class Reference

A picture. More...

List of all members.

Properties

long PictureId [get, set]
 Primary key.
byte[] Image [get, set]
 The image in Portable Network Graphics format.

Detailed Description

A picture.

Pictures are stored in a separate table so that they can be lazily loaded using the Repository

Definition at line 12 of file Picture.cs.


Property Documentation

byte [] Foodolini.Database.Picture.Image [get, set]

The image in Portable Network Graphics format.

Definition at line 22 of file Picture.cs.

long Foodolini.Database.Picture.PictureId [get, set]

Primary key.

Definition at line 17 of file Picture.cs.


The documentation for this class was generated from the following file:

Foodolini 1.0.0 Documentation, generated with DoxyGen.