WebPicture Class |
Namespace: ArtDatabanken.WebService.Data
The WebPicture type exposes the following members.
Name | Description | |
---|---|---|
![]() | WebPicture | Initializes a new instance of the WebPicture class |
Name | Description | |
---|---|---|
![]() | Format |
The picture is represented in this format.
E.g. 'jpg', 'bmp' or 'png'.
|
![]() | Guid |
GUID for this picture.
|
![]() | Id |
Picture id.
This value is unique even between different
versions of the same image.
|
![]() | Image |
The image as binary (unsigned byte) data
that has been Base64 encoded.
|
![]() | IsArchived |
Note if picture is archived or not.
|
![]() | IsPublic |
Note if picture is public or not.
|
![]() | IsTaxonIdSpecified |
Property IsTaxonIdSpecified indicates if
property TaxonId has a value or not.
Not all pictures are related to taxon.
|
![]() | LastModified |
Last modified date of picture.
|
![]() | LastUpdated |
Last updated date of picture.
|
![]() | OriginalSize |
Original size (in bytes) of picture in web service.
|
![]() | PictureStringId |
String identifier for this picture.
|
![]() | Size |
Size (in bytes) of picture.
|
![]() | TaxonId |
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.
|
![]() | UpdatedBy |
User who last updated the picture.
|
![]() | VersionId |
Version id for picture.
|