| Represents an entity from either a result list or document |
|
| ISYSEntity Properties |
| | CoreName | Returns the core part of the entity name | | Count | Returns the number of occurrences of this entity | | DisplayName | Returns the display name of the entity | | ID | Returns the entity id | | Type | Returns the numeric entity type. | | TypeName | Returns a string representation of the entity type. |
|
| Remarks |
| An EntityList is always sorted first by Type, then by frequency. This means you can
always assume entities of the same type are clustered together.
|
| See Also |
| ISYSEntityList
|