Compartilhar via


AssemblyAttributeFeatureProvider<TFeature> Classe

Definição

Preenche um recurso usando atributos de nível de assembly que implementam 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)

Parâmetros de tipo

TFeature

O tipo de recurso.

Herança
AssemblyAttributeFeatureProvider<TFeature>
Implementações

Construtores

AssemblyAttributeFeatureProvider<TFeature>()

Preenche um recurso usando atributos de nível de assembly que implementam IFeaturePopulator<TFeature>.

Métodos

Equals(AssemblyAttributeFeatureProvider<TFeature>)

Retornará true se essa instância for equivalente à instância fornecida, false caso contrário.

Equals(Object)

Preenche um recurso usando atributos de nível de assembly que implementam IFeaturePopulator<TFeature>.

GetHashCode()

Preenche um recurso usando atributos de nível de assembly que implementam IFeaturePopulator<TFeature>.

PopulateFeature(IEnumerable<IApplicationPart>, TFeature)

Atualizações a feature instância.

Aplica-se a