Language

CompositeEndpointDataSource クラス

定義

インスタンスの EndpointDataSource コレクション 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
継承
CompositeEndpointDataSource
実装

コンストラクター

名前 説明
CompositeEndpointDataSource(IEnumerable<EndpointDataSource>)

から endpointDataSourcesオブジェクトをCompositeEndpointDataSourceインスタンス化します。

プロパティ

名前 説明
DataSources

オブジェクトに関連付けられているインスタンスの EndpointDataSource コレクションを返します。

Endpoints

インスタンスの読み取り専用コレクションを Endpoint 返します。

メソッド

名前 説明
Dispose()

インスタンスの EndpointDataSource コレクション EndpointDataSource から取得された値を持つ を表します。

GetChangeToken()

キャッシュされたインスタンスの IChangeToken 無効化を通知するために使用される Endpoint を取得します。

GetGroupedEndpoints(RouteGroupContext)

指定した Prefix と ConventionsをEndpoint指定して、この EndpointDataSource のインスタンスを取得します。

GetGroupedEndpoints(RouteGroupContext)

指定した Prefix と ConventionsをEndpoint指定して、この EndpointDataSource のインスタンスを取得します。

(継承元 EndpointDataSource)

適用対象