This interface promises a string Name and string Id attributes. It is used by IndexedCollection<(Of <(T>)>) to provide lookup by name or ID. Only DimensionState and DimensionValue implement this interface.

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

Syntax

C#
public interface INameAndId
Visual Basic (Declaration)
Public Interface INameAndId
Visual C++
public interface class INameAndId

See Also