Show / Hide Table of Contents

Class DefaultTagNormalizer

A default tag normalizer implementation.

Inheritance
System.Object
DefaultTagNormalizer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public static class DefaultTagNormalizer

Methods

Normalize(IAttributeCollection, IAttributeCollection, VehicleCache)

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

Declaration
public static bool Normalize(IAttributeCollection tags, IAttributeCollection profileTags, VehicleCache vehicleCache)
Parameters
IAttributeCollection tags

IAttributeCollection profileTags

VehicleCache vehicleCache

Returns
System.Boolean

Back to top Built by Itinero, MIT licensed.