Click or drag to resize
WebStatistics Class
This class contains statistics information. Instances of this class are used for logging purpose.
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 WebStatistics : WebData

The WebStatistics type exposes the following members.

Constructors
  NameDescription
Public methodWebStatistics
Initializes a new instance of the WebStatistics class
Top
Properties
  NameDescription
Public propertyAction
Information about which action in web service that the user used.
Public propertyApplicationIdentifier
Identifier for the application that the user used.
Public propertyClientIpAddress
Client IP address.
Public propertyFileType
File type. May be empty if no file was generated.
Public propertyLoginDateTime
Date and time when the user logged in to the web service.
Public propertyPersonCount
Person count. This property is currently not used.
Public propertyPictureCount
Picture count. This property is currently not used.
Public propertyReferenceCount
Reference count. This property is currently not used.
Public propertyRegionCount
Region count. This property is currently not used.
Public propertySpeciesFactCount
Species fact count. This property is currently not used.
Public propertySpeciesObservationCount
Species observation count.
Public propertyTaxonCount
Taxon count. This property is currently not used.
Public propertyUserCount
User count. This property is currently not used.
Public propertyUserId
User id.
Top
See Also