Click or drag to resize

PerformanceAssessmentRecordGetFieldByPrn Method

Gets the field in this record that corresponds to a given PRN.

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 26.1.424.0 (26.1.424.0)
Syntax
public PerformanceAssessmentField GetFieldByPrn(
	int prn
)

Parameters

prn
Type: SystemInt32
The PRN for which to obtain the field.

Return Value

Type: PerformanceAssessmentField
The field in this record corresponding to the given PRN. If the record does not contain a field for this PRN at all, a new record with DataAvailable set to is constructed and returned.
See Also