Click or drag to resize
WebFileOrder Class
Web File order model.
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 WebFileOrder : WebData

The WebFileOrder type exposes the following members.

Constructors
  NameDescription
Public methodWebFileOrder
Initializes a new instance of the WebFileOrder class
Top
Properties
  NameDescription
Public propertyApplicationIdentifier
The application identifier to use when retrieving species observations.
Public propertyCalculatedCurrentQueuePosition
Calculated CurrentQueuePosition.
Public propertyCreatedDate
The date the file order was created.
Public propertyCurrentQueuePosition
Current queue position.
Public propertyErrorDate
If an error occurs while processing the file order, then this property shows the date of the last time the error occurred.
Public propertyErrorDescription
If an error occurs while processing the file order, then this property shows the last error message.
Public propertyErrorStackTrace
If an error occurs while processing the file order, then this property shows the last stack trace.
Public propertyFileOrderSettings
The file order search criteria and other settings.
Public propertyFilePath
Complete path to the generated file. Only for internal use, not a DataMember.
Public propertyFileType
File type. E.g. Excel Xlsx, CSV, GeoJson, etc.
Public propertyId
The file order id.
Public propertyLocaleIsoCode
The locale iso code to use when retrieving species observations.
Public propertyName
File order name.
Public propertyNumberOfErrors
The number of times an error has occurred when the file order has been processed.
Public propertyOrderType
Order type. E.g. SpeciesObservations, Grid map, etc.
Public propertyProcessFinishedDate
The date when the file order is processed and finished.
Public propertyProcessingTime
The time it took to process the file order and geta file as a result.
Public propertyProcessStartDate
The date when the file order began processing.
Public propertyQueuedDate
The date the order was inserted in order queue. Orders can be requeued when errors occurs, that's why we need this property.
Public propertyRoleId
The role to use when retrieving species observations.
Public propertyStatus
Current file order status.
Public propertyUserId
The user id for the person who placed the file order.
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