Represents something that can enrich a profile.
Properties
Name
: stringGets the name of the enricher.
Methods
public bool Enabled(IDictionary<string, string> environmentVariables)
Gets whether or not this enricher is enabled.
Parameters:
environmentVariables (IDictionary<string, string>)The environment variables.
Returns:
Whether or not this enricher is enabled.
public void Enrich(Profile profile)
Enriches the profile.
Parameters:
profile (Profile)The profile to enrich.