AssemblyAttributeFeatureProvider<TFeature> Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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 |
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 |