[This is preliminary documentation and is subject to change.]

The IOccurrence type exposes the following members.

Methods

  NameDescription
Public methodCreateNewOccurrence
Enables a user to raise a new occurrence.
Public methodGetDataFieldsForReportType
Gets a list of DataFields supported for a given report type.
Public methodGetOccurrence
Enables a user to view an existing occurrence.
Public methodGetOccurrenceIDs
Enables a user to search for occurrences. This method is an alternative to GetOccurrences(). Where GetOccurrences() returns full descriptions of found records, GetOccurrenceIDs() returns only the Occurrence Numbers. You can then retrieve the full details using GetOccurrence()
Public methodGetOccurrences
Enables a user to search for occurrences. This method is an alternative to GetOccurrenceIDs(). Where GetOccurrenceIDs() returns only the Occurrence Numbers, GetOccurrences() returns full descriptions of found records.
Public methodGetReferenceList
Exposes a list of items for use in completing occurrence forms (within DataFields).
Public methodListAvailableReportTypes
Gets a list of ReportTypes that are supported by the Occurrence Module.

See Also