IEntityIdProvider Interface Members
The following tables list the members exposed by IEntityIdProvider.
Public Methods
| Name | Description | |
|---|---|---|
![]() | DecodeVertexId | Encodes a 32-bit VertexId into Entity ID and Vertex ID according to the schema that this EntityIdProvider uses. |
![]() | EncodeVertexId | Encodes a Entity ID and Vertex ID into a single 32-bit VertexId struct according to the schema that this EntityIdProvider uses. |
![]() | GetEntityId | Gets the next available Entity ID. |
![]() | ReleaseEntityId | Releases the id and puts it back into an SciChart.Core.ObjectPool<T>. |
See Also
