共用方式為


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

true如果這個實例相當於提供的 實例,則傳回 , false 否則傳回 。

Equals(Object)

使用實 IFeaturePopulator<TFeature> 作 的元件層級屬性填入功能。

GetHashCode()

使用實 IFeaturePopulator<TFeature> 作 的元件層級屬性填入功能。

PopulateFeature(IEnumerable<IApplicationPart>, TFeature)

feature更新 實例。

適用於