RecordDetailsRepresentation Class

Stores the details of an individual record, including its associated field data.

Namespace

DataRetrieval

RecordDetailsRepresentation Constructors

The RecordDetailsRepresentation class includes these constructors.

RecordDetailsRepresentation(fields)

Creates an instance of the DataRetrieval.RecordDetailsRepresentation class by using specified parameters to store the data of the fields associated with a record.

Signature

public RecordDetailsRepresentation(List<DataRetrieval.FieldDetailsRepresentation> fields)

DataRetrieval.RecordDetailsRepresentation, newinstance, [List<DataRetrieval.FieldDetailsRepresentation>], DataRetrieval.RecordDetailsRepresentation

Parameters

fields
Type: List<DataRetrieval.FieldDetailsRepresentation>
List of field names and their corresponding values in key-value pairs.

RecordDetailsRepresentation()

Creates an instance of the DataRetrieval.RecordDetailsRepresentation class.

Signature

public RecordDetailsRepresentation()

DataRetrieval.RecordDetailsRepresentation, newinstance, [], DataRetrieval.RecordDetailsRepresentation