CompositeEndpointDataSource Třída

Definice

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

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

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 instancí jen pro Endpoint čtení.

Metody

Dispose()

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

GetChangeToken()

IChangeToken Získá používá k signálu zneplatnění instancí v mezipamětiEndpoint.

GetGroupedEndpoints(RouteGroupContext)

Endpoint Získejte instance pro tuto EndpointDataSource zadanou Prefix hodnotu a Conventions.

GetGroupedEndpoints(RouteGroupContext)

Endpoint Získejte instance pro tuto EndpointDataSource zadanou Prefix hodnotu a Conventions.

(Zděděno od EndpointDataSource)

Platí pro