Table of Contents

Interface IIndexerEndpoint<TElementEndpoint>

Namespace
TypedRest.Endpoints.Generic
Assembly
TypedRest.dll

Endpoint that addresses child TElementEndpoints 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 string

The ID identifying the entity.

Property Value

TElementEndpoint