template interface IRepresentedBy (Niantic.ARDK.Utilities.TypedId.IRepresentedBy)
Overview
Generic interface to mark a class as representable by an identifier of type TId. More…
Detailed Documentation
Generic interface to mark a class as representable by an identifier of type TId.
Note
This interface is deliberately left empty (does not provide an accessor for TId) as the identifier for implementing classes should be of type TypedId.
Parameters:
TId |
Type of identifier that can be used to represent this class |