Click or drag to resize
SpeciesFactListGet Method (String)
Get species fact with a specified identifier. This unique identifier is a string which can be generated by the method GetSpeciesFactIdentifier.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public ISpeciesFact Get(
	string identifier
)

Parameters

identifier
Type: SystemString
Identifier for requested species fact.

Return Value

Type: ISpeciesFact
Requested species fact.
See Also