NameEnrichment
public sealed class NameEnrichment
Namespace: RhoMicro.BindSight.Enrichments
Inheritance:
Summary
Section titled “Summary”Enriches instances of OptionsModelRoot or OptionsModelChildwith names.
Constructors
Section titled “Constructors”NameEnrichment(string)
Section titled “NameEnrichment(string)”public NameEnrichment(string name)
Summary
Section titled “Summary”Enriches instances of OptionsModelRoot or OptionsModelChildwith names.
Parameters
Section titled “Parameters”Name | Type | Description |
---|---|---|
name | String | The name to attach to the model. |
Properties
Section titled “Properties”public string Name { get; }
Summary
Section titled “Summary”Gets the attached name.
Methods
Section titled “Methods”Create(IServiceProvider, OptionsModelRoot)
Section titled “Create(IServiceProvider, OptionsModelRoot)”public static NameEnrichment Create(IServiceProvider services, OptionsModelRoot root)
Create(IServiceProvider, OptionsModelChild)
Section titled “Create(IServiceProvider, OptionsModelChild)”public static NameEnrichment Create(IServiceProvider services, OptionsModelChild child)