Help > Web Development > Object Reference > Object Reference > ISYSEntity
<a name="kanchor372"></a>ISYSEntity Object
Represents an entity from either a result list or document
ISYSEntity Properties
CoreNameReturns the core part of the entity name
CountReturns the number of occurrences of this entity
DisplayNameReturns the display name of the entity
IDReturns the entity id
TypeReturns the numeric entity type.
TypeNameReturns 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