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()

캐시된 IChangeTokenEndpoint 인스턴스의 무효화를 알리는 데 사용되는 를 가져옵니다.

GetGroupedEndpoints(RouteGroupContext)

Endpoint 지정된 및 Conventions이 지정된 에 EndpointDataSource 대한 인스턴스를 Prefix 가져옵니다.

GetGroupedEndpoints(RouteGroupContext)

Endpoint 지정된 및 Conventions이 지정된 에 EndpointDataSource 대한 인스턴스를 Prefix 가져옵니다.

(다음에서 상속됨 EndpointDataSource)

적용 대상