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() |
캐시된 IChangeTokenEndpoint 인스턴스의 무효화를 알리는 데 사용되는 를 가져옵니다. |
GetGroupedEndpoints(RouteGroupContext) |
Endpoint 지정된 및 Conventions이 지정된 에 EndpointDataSource 대한 인스턴스를 Prefix 가져옵니다. |
GetGroupedEndpoints(RouteGroupContext) |
Endpoint 지정된 및 Conventions이 지정된 에 EndpointDataSource 대한 인스턴스를 Prefix 가져옵니다. (다음에서 상속됨 EndpointDataSource) |