Click or drag to resize
SpeciesFactShouldBeSaved Property
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.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public bool ShouldBeSaved { get; }

Property Value

Type: Boolean

Implements

ISpeciesFactShouldBeSaved
See Also