Click or drag to resize
FileOrder Class
File order model.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataFileOrder

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class FileOrder

The FileOrder type exposes the following members.

Constructors
  NameDescription
Public methodFileOrder
Initializes a new instance of the FileOrder class
Top
Properties
  NameDescription
Public propertyCreatedDate
The date the file order was created.
Public propertyCreatedOrFinishedDate
Public propertyCurrentQueuePosition
Current queue position.
Public propertyFileOrderSettings
The order type settings. I.e. SearchCriteria etc.
Public propertyFilePath
The filepath to the file
Public propertyFileType
File type. E.g. Excel Xlsx, CSV, GeoJson, etc.
Public propertyFinishedDate
Public propertyId
The file order id.
Public propertyName
File order name.
Public propertyOrderType
Order type. E.g. SpeciesObservations, Grid map, etc.
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