Show / Hide Table of Contents

Interface ITagNormalizer

Abstract representation of a tags normalizer.

Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public interface ITagNormalizer

Methods

Normalize(AttributeCollection, AttributeCollection, AttributeCollection, VehicleCache, Whitelist)

Splits the given tags into a normalized version, profile tags, and the rest in metatags.

Declaration
bool Normalize(AttributeCollection tags, AttributeCollection profileTags, AttributeCollection metaTags, VehicleCache vehicleCach, Whitelist whitelist)
Parameters
AttributeCollection tags

AttributeCollection profileTags

AttributeCollection metaTags

VehicleCache vehicleCach

Whitelist whitelist

Returns
System.Boolean

Back to top Built by Itinero, MIT licensed.