CompositeEndpointDataSource Třída

Definice

Představuje hodnotu, jejíž EndpointDataSource hodnoty pocházejí z kolekce EndpointDataSource instancí.

public ref class CompositeEndpointDataSource sealed : Microsoft::AspNetCore::Routing::EndpointDataSource
public sealed class CompositeEndpointDataSource : Microsoft.AspNetCore.Routing.EndpointDataSource
type CompositeEndpointDataSource = class
    inherit EndpointDataSource
Public NotInheritable Class CompositeEndpointDataSource
Inherits EndpointDataSource
Dědičnost
CompositeEndpointDataSource

Konstruktory

CompositeEndpointDataSource(IEnumerable<EndpointDataSource>)

Vytvoří instanci objektu CompositeEndpointDataSource z endpointDataSources.

Vlastnosti

DataSources

Vrátí kolekci instancí přidružených EndpointDataSource k objektu.

Endpoints

Vrátí kolekci Endpoint instancí jen pro čtení.

Metody

GetChangeToken()

IChangeToken Získá použití k signálu neplatných instancí uložených Endpoint v mezipaměti.

Platí pro