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