Interface IIndexerEndpoint<TElementEndpoint>
Endpoint that addresses child TElementEndpoints by ID.
public interface IIndexerEndpoint<out TElementEndpoint> : IEndpoint where TElementEndpoint : IEndpoint
Type Parameters
TElementEndpointThe type of IEndpoint to provide for individual elements.
- Inherited Members
Properties
this[string]
Returns an element endpoint for a specific child element.
TElementEndpoint this[string id] { get; }
Parameters
idstringThe ID identifying the entity.
Property Value
- TElementEndpoint