Argomento precedente: EntityReferenceData

Argomento successivo: ActionInfo

EntityListItemData

Description

This class is used to represent an item in a list of entities of any type, returned by some of the Open Interface's methods. Every item on the list consists of an ID and a name of the entity.

Members

Name

Type

Description

EntityID

long

The ID of the entity.

EntityName

string

The name of the entity.

Remarks

None.