A collection of DimensionStateGroup instances, keyed by Name.

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

Syntax

C#
public class DimensionStateGroupCollection : IEnumerable<DimensionStateGroup>, 
	IEnumerable
Visual Basic (Declaration)
Public Class DimensionStateGroupCollection _
	Implements IEnumerable(Of DimensionStateGroup), IEnumerable
Visual C++
public ref class DimensionStateGroupCollection : IEnumerable<DimensionStateGroup^>, 
	IEnumerable

Inheritance Hierarchy

System..::.Object
  Endeca.Data..::.DimensionStateGroupCollection

See Also