Class providing access to a collection of properties.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)

Syntax

C#
public class PropertyMap : IDictionary, 
	ICollection, IEnumerable
Visual Basic
Public Class PropertyMap _
	Implements IDictionary, ICollection, IEnumerable
Visual C++
public ref class PropertyMap : IDictionary, 
	ICollection, IEnumerable

Remarks

PropertyMap offers methods to provide multi map behavior via GetValues(String) since a property set can include many values with the same key.

Inheritance Hierarchy

System..::..Object
  Endeca.Navigation..::..PropertyMap

See Also