Represents the collection of AnalyticsSchema elements defined in a configuration
file.
Namespace:
Endeca.Data.ConfigurationAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)
Syntax
| C# |
|---|
public class AnalyticsSchemaCollection : ConfigurationElementCollection<AnalyticsSchema> |
| Visual Basic (Declaration) |
|---|
Public Class AnalyticsSchemaCollection _ Inherits ConfigurationElementCollection(Of AnalyticsSchema) |
| Visual C++ |
|---|
public ref class AnalyticsSchemaCollection : public ConfigurationElementCollection<AnalyticsSchema^> |
Inheritance Hierarchy
System..::.Object
System.Configuration..::.ConfigurationElement
System.Configuration..::.ConfigurationElementCollection
Endeca.Data.Configuration..::.ConfigurationElementCollection<(Of <(AnalyticsSchema>)>)
Endeca.Data.Configuration..::.AnalyticsSchemaCollection
System.Configuration..::.ConfigurationElement
System.Configuration..::.ConfigurationElementCollection
Endeca.Data.Configuration..::.ConfigurationElementCollection<(Of <(AnalyticsSchema>)>)
Endeca.Data.Configuration..::.AnalyticsSchemaCollection