AssemblyAttributeFeatureProvider<TFeature> 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
를 구현 IFeaturePopulator<TFeature>하는 어셈블리 수준 특성을 사용하여 기능을 채웁니다.
public sealed class AssemblyAttributeFeatureProvider<TFeature> : Orleans.ApplicationParts.IApplicationFeatureProvider<TFeature>
type AssemblyAttributeFeatureProvider<'Feature> = class
interface IApplicationFeatureProvider<'Feature>
interface IApplicationFeatureProvider
Public NotInheritable Class AssemblyAttributeFeatureProvider(Of TFeature)
Implements IApplicationFeatureProvider(Of TFeature)
형식 매개 변수
- TFeature
기능 유형입니다.
- 상속
-
AssemblyAttributeFeatureProvider<TFeature>
- 구현
생성자
AssemblyAttributeFeatureProvider<TFeature>() |
를 구현 IFeaturePopulator<TFeature>하는 어셈블리 수준 특성을 사용하여 기능을 채웁니다. |
메서드
Equals(AssemblyAttributeFeatureProvider<TFeature>) |
이 인스턴스가 제공된 인스턴스와 동일한 경우 를 반환하고, |
Equals(Object) |
를 구현 IFeaturePopulator<TFeature>하는 어셈블리 수준 특성을 사용하여 기능을 채웁니다. |
GetHashCode() |
를 구현 IFeaturePopulator<TFeature>하는 어셈블리 수준 특성을 사용하여 기능을 채웁니다. |
PopulateFeature(IEnumerable<IApplicationPart>, TFeature) |
인스턴스를 |