Interface IIndexerEndpoint<TElementEndpoint>
Endpoint that addresses child TElementEndpoint
s by ID.
public interface IIndexerEndpoint<out TElementEndpoint> : IEndpoint where TElementEndpoint : IEndpoint
Type Parameters
TElementEndpoint
The 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
id
stringThe ID identifying the entity.
Property Value
- TElementEndpoint