A type description provider that serves up custom type descriptors that expose the values in an IAttributeMap as properties.

Namespace:  Endeca.Data.ComponentModel
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public class AttributeMapTypeDescriptionProvider<T> : TypeDescriptionProvider
where T : IAttributeMapProvider
Visual Basic (Declaration)
Public Class AttributeMapTypeDescriptionProvider(Of T As IAttributeMapProvider) _
	Inherits TypeDescriptionProvider
Visual C++
generic<typename T>
where T : IAttributeMapProvider
public ref class AttributeMapTypeDescriptionProvider : public TypeDescriptionProvider

Type Parameters

T
The type that defines the attribute map whose values will be exposed as properties.

Inheritance Hierarchy

System..::.Object
  System.ComponentModel..::.TypeDescriptionProvider
    Endeca.Data.ComponentModel..::.AttributeMapTypeDescriptionProvider<(Of <(T>)>)
      Endeca.Data.ComponentModel..::.SuppressAttributesTypeDescriptionProvider<(Of <(T>)>)

See Also