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

Syntax

C#
public class RecordAttributeCollection : PropertyChangeNotifyKeyedCollection<string, RecordAttribute>
Visual Basic (Declaration)
Public Class RecordAttributeCollection _
	Inherits PropertyChangeNotifyKeyedCollection(Of String, RecordAttribute)
Visual C++
public ref class RecordAttributeCollection : public PropertyChangeNotifyKeyedCollection<String^, RecordAttribute^>

Inheritance Hierarchy

See Also