ObjectDetailsRepresentation Class

Stores the details of an object and its associated records so that you can use the data for object summarization.

Namespace

DataRetrieval

ObjectDetailsRepresentation Constructors

The ObjectDetailsRepresentation class includes these constructors.

ObjectDetailsRepresentation(records)

Creates an instance of the DataRetrieval.ObjectDetailsRepresentation class by using the specified parameters to store the details of the records associated with an object.

Signature

public ObjectDetailsRepresentation(List<DataRetrieval.RecordDetailsRepresentation> records)

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

Parameters

records
Type: List<DataRetrieval.RecordDetailsRepresentation>
The record details associated with an object.

ObjectDetailsRepresentation()

Creates an instance of the DataRetrieval.ObjectDetailsRepresentation class.

Signature

public ObjectDetailsRepresentation()

DataRetrieval.ObjectDetailsRepresentation, newinstance, [], DataRetrieval.ObjectDetailsRepresentation