Click or drag to resize
SpeciesFact Class
Class that handles species fact information.
Inheritance Hierarchy

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
[SerializableAttribute]
public class SpeciesFact : ISpeciesFact, 
	IDataId32

The SpeciesFact type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAllowAutomaticUpdate
Test if automatic update is allowed.
Public propertyAllowManualUpdate
Test if manual update is allowed.
Public propertyAllowUpdate
Test if update is allowed.
Public propertyFactor
Get the factor of this species fact object.
Public propertyField1
Get field 1 of this species fact object.
Public propertyField2
Get field 2 of this species fact object.
Public propertyField3
Get field 3 of this species fact object.
Public propertyField4
Get field 4 of this species fact object.
Public propertyField5
Get field 5 of this species fact object.
Public propertyFields
Get the fields of this species fact object.
Public propertyHasChanged
Indicates whether or not this species fact has changed.
Public propertyHasField1
Test if this species fact uses field 1.
Public propertyHasField2
Test if this species fact uses field 2.
Public propertyHasField3
Test if this species fact uses field 3.
Public propertyHasField4
Test if this species fact uses field 4.
Public propertyHasField5
Test if this species fact uses field 5.
Public propertyHasHost
Indicates whether or not an host object has been associated with this species fact.
Public propertyHasId
Indicates whether or not this species fact has an id.
Public propertyHasModifiedDate
Indicates whether or not a update date has been associated with this species fact .
Public propertyHasPeriod
Indicates whether or not a period object has been associated with this species fact.
Public propertyHasReference
Indicates whether or not a reference id has been associated with this species fact.
Public propertyHost
Get the host of this species fact object.
Public propertyId
Id for this species fact.
Public propertyIdentifier
Get the unique identifier for this species fact.
Public propertyIndividualCategory
Get the individual category of this species fact object.
Public propertyMainField
Get the main field of this species fact object.
Public propertyModifiedBy
Get the update user full name of this species fact object.
Public propertyModifiedDate
Get the update date of this species fact object.
Public propertyPeriod
Get the Period of this species fact object.
Public propertyQuality
Handle the species fact quality of this species fact.
Public propertyReference
Handle the Reference of this species fact object.
Public propertyShouldBeDeleted
Indication if this species fact should be deleted from database.
Public propertyShouldBeSaved
Get indication if this species fact should be saved to database. This property is used to handle the case when a user changes an existing (in database) species fact to default values and the species fact should be removed from the database to save space.
Public propertySubstantialFields
Get the substantial fields of this species fact object.
Public propertyTaxon
Get the taxon of this species fact object.
Top
Methods
  NameDescription
Public methodCheckAutomaticUpdate
Check that automatic update is allowed.
Public methodCheckManualUpdate
Check that manual update is allowed.
Public methodCheckUpdate
Check that update is allowed.
Public methodFireUpdateEvent
Send information about species fact update.
Public methodReset
Reset species fact that has been deleted from database. Set all values to default or null.
Public methodUpdate
Update species fact with new data from database.
Top
Events
  NameDescription
Public eventUpdateEvent
Event that fires when species facts are updated.
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.)
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