CompositeEndpointDataSource クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
インスタンスの 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(IEnumerable<EndpointDataSource>) |
から |
プロパティ
DataSources |
オブジェクトに関連付けられているインスタンスの EndpointDataSource コレクションを返します。 |
Endpoints |
インスタンスの読み取り専用コレクションを Endpoint 返します。 |
メソッド
Dispose() |
インスタンスの EndpointDataSource コレクション EndpointDataSource から取得された値を持つ を表します。 |
GetChangeToken() |
キャッシュされたインスタンスの IChangeToken 無効化を通知するために使用される Endpoint を取得します。 |
GetGroupedEndpoints(RouteGroupContext) |
指定した Prefix と ConventionsをEndpoint指定して、この EndpointDataSource のインスタンスを取得します。 |
GetGroupedEndpoints(RouteGroupContext) |
指定した Prefix と ConventionsをEndpoint指定して、この EndpointDataSource のインスタンスを取得します。 (継承元 EndpointDataSource) |