Click or drag to resize
IPeriod Interface
This interface represents a period. Period is one of the dimensions used to handle species facts.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public interface IPeriod : IDataId32

The IPeriod type exposes the following members.

Properties
  NameDescription
Public propertyAllowUpdate
Test if update of species facts belonging to this period is allowed.
Public propertyDataContext
Meta information about this data.
Public propertyDescription
Description for this period.
Public propertyName
Name for this period.
Public propertyStopUpdates
Stop updates for species facts, that are related to this period, at this date.
Public propertyType
Period type id for this period.
Public propertyYear
Year for this period.
Top
Extension Methods
  NameDescription
Public Extension MethodAreEqual
Test if two IDataId32 references are equal.
(Defined by IDataId32Extension.)
Public Extension MethodAreNotEqual
Test if two IDataId32 references are not equal.
(Defined by IDataId32Extension.)
Top
See Also