Click or drag to resize
SpeciesFactField Constructor (ISpeciesFact, IFactorField, Boolean, Object)
Create a SpeciesFactField instance.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public SpeciesFactField(
	ISpeciesFact speciesFact,
	IFactorField factorField,
	bool hasValue,
	Object value
)

Parameters

speciesFact
Type: ArtDatabanken.DataISpeciesFact
The SpeciesFact that this SpeciesFactField belongs to.
factorField
Type: ArtDatabanken.DataIFactorField
Factor field for the species fact field.
hasValue
Type: SystemBoolean
Indication whether or not a value is initially specified.
value
Type: SystemObject
The value of the species fact field.
See Also