Click or drag to resize
WebPicture Class
This class represents a picture.
Inheritance Hierarchy

Namespace: ArtDatabanken.WebService.Data
Assembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class WebPicture : WebData

The WebPicture type exposes the following members.

Constructors
  NameDescription
Public methodWebPicture
Initializes a new instance of the WebPicture class
Top
Properties
  NameDescription
Public propertyFormat
The picture is represented in this format. E.g. 'jpg', 'bmp' or 'png'.
Public propertyGuid
GUID for this picture.
Public propertyId
Picture id. This value is unique even between different versions of the same image.
Public propertyImage
The image as binary (unsigned byte) data that has been Base64 encoded.
Public propertyIsArchived
Note if picture is archived or not.
Public propertyIsPublic
Note if picture is public or not.
Public propertyIsTaxonIdSpecified
Property IsTaxonIdSpecified indicates if property TaxonId has a value or not. Not all pictures are related to taxon.
Public propertyLastModified
Last modified date of picture.
Public propertyLastUpdated
Last updated date of picture.
Public propertyOriginalSize
Original size (in bytes) of picture in web service.
Public propertyPictureStringId
String identifier for this picture.
Public propertySize
Size (in bytes) of picture.
Public propertyTaxonId
This picture is related to taxon with this id. Property IsTaxonIdSpecified indicates if property TaxonId has a value or not. Not all pictures are related to taxon.
Public propertyUpdatedBy
User who last updated the picture.
Public propertyVersionId
Version id for picture.
Top
Extension Methods
  NameDescription
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also