CompositeEndpointDataSource Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
- Implementuje
Konstruktory
CompositeEndpointDataSource(IEnumerable<EndpointDataSource>) |
Vytvoří instanci objektu CompositeEndpointDataSource z |
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) |