Skip to content

DescriptionEnrichment

public sealed class DescriptionEnrichment

Namespace: RhoMicro.BindSight.Enrichments

Inheritance:

Enriches instances of OptionsModelRoot or OptionsModelChildwith descriptions.

public DescriptionEnrichment(string description)

Enriches instances of OptionsModelRoot or OptionsModelChildwith descriptions.

NameTypeDescription
descriptionStringThe description to attach to the model.
public string Description { get; }

Gets the attached description.

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)