CompositeEndpointDataSource Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente un EndpointDataSource dont les valeurs proviennent d’une collection d’instances EndpointDataSource .
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
- Héritage
- Implémente
Constructeurs
CompositeEndpointDataSource(IEnumerable<EndpointDataSource>) |
Instancie un CompositeEndpointDataSource objet à partir de |
Propriétés
DataSources |
Retourne la collection d’instances EndpointDataSource associées à l’objet . |
Endpoints |
Retourne une collection d’instances en Endpoint lecture seule. |
Méthodes
Dispose() |
Représente un EndpointDataSource dont les valeurs proviennent d’une collection d’instances EndpointDataSource . |
GetChangeToken() |
Obtient un IChangeToken utilisé pour signaler l’invalidation des instances mises en Endpoint cache. |
GetGroupedEndpoints(RouteGroupContext) |
Obtenez les Endpoint instances pour ce EndpointDataSource en fonction des spécifiés Prefix et Conventions. |
GetGroupedEndpoints(RouteGroupContext) |
Obtenez les Endpoint instances pour ce EndpointDataSource en fonction des spécifiés Prefix et Conventions. (Hérité de EndpointDataSource) |