Represents metadata describing a property such as the property's type and whether it is searchable, sortable, or can act as an aggregation key.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[SerializableAttribute]
public class AttributeMetadata : IAttributeMapProvider
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class AttributeMetadata _
	Implements IAttributeMapProvider
Visual C++
[SerializableAttribute]
public ref class AttributeMetadata : IAttributeMapProvider

Inheritance Hierarchy

System..::.Object
  Endeca.Data..::.AttributeMetadata

See Also