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更新します。

適用対象