Click or drag to resize
WebFileOrderSettings Class
Web file order type settings. Different properties are used for different type of file orders. E.g. GridSpecification has no effect on FileOrderTypeId.SpeciesObservation file order.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebData
    ArtDatabanken.WebService.DataWebFileOrderSettings

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 WebFileOrderSettings : WebData

The WebFileOrderSettings type exposes the following members.

Constructors
  NameDescription
Public methodWebFileOrderSettings
Initializes a new instance of the WebFileOrderSettings class
Top
Properties
  NameDescription
Public propertyAddProjectParameters
Determines whether to add project parameters if there are any.
Public propertyCoordinateSystem
The coordinate system.
Public propertyExcelFileSettings
Excel file settings.
Public propertyGridSpecification
The grid specification for grid maps.
Public propertySearchCriteria
The search criteria.
Public propertySpeciesObservationFieldIds
Species observation field ids.
Public propertySpeciesObservationSortOrder
Species observation sort 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