Freigeben über


AssemblyAttributeFeatureProvider<TFeature> Klasse

Definition

Füllt ein Feature mithilfe von Attributen auf Assemblyebene auf, die implementiert werden 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)

Typparameter

TFeature

Der Featuretyp

Vererbung
AssemblyAttributeFeatureProvider<TFeature>
Implementiert

Konstruktoren

AssemblyAttributeFeatureProvider<TFeature>()

Füllt ein Feature mithilfe von Attributen auf Assemblyebene auf, die implementiert werden IFeaturePopulator<TFeature>.

Methoden

Equals(AssemblyAttributeFeatureProvider<TFeature>)

Gibt zurück true , wenn diese Instanz der bereitgestellten Instanz entspricht, false andernfalls.

Equals(Object)

Füllt ein Feature mithilfe von Attributen auf Assemblyebene auf, die implementiert werden IFeaturePopulator<TFeature>.

GetHashCode()

Füllt ein Feature mithilfe von Attributen auf Assemblyebene auf, die implementiert werden IFeaturePopulator<TFeature>.

PopulateFeature(IEnumerable<IApplicationPart>, TFeature)

Aktualisierungen der feature Instanz.

Gilt für: