다음을 통해 공유


AssemblyAttributeFeatureProvider<TFeature> 클래스

정의

를 구현 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>)

이 인스턴스가 제공된 인스턴스와 동일한 경우 를 반환하고, false 그렇지 않으면 를 반환 true 합니다.

Equals(Object)

를 구현 IFeaturePopulator<TFeature>하는 어셈블리 수준 특성을 사용하여 기능을 채웁니다.

GetHashCode()

를 구현 IFeaturePopulator<TFeature>하는 어셈블리 수준 특성을 사용하여 기능을 채웁니다.

PopulateFeature(IEnumerable<IApplicationPart>, TFeature)

인스턴스를 feature 업데이트.

적용 대상