The EndecaSectionGroup type exposes the following members.

Constructors

  NameDescription
EndecaSectionGroup
Initializes a new instance of the EndecaSectionGroup class

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
ForceDeclarationOverloaded.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetSectionGroup
Retrieves the Endeca configuration section group from the specified configuration.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
GroupName
Name of the EndecaSectionGroup group in the configuration file.

Properties

  NameDescription
Analytics
Gets or sets the AnalyticsSection for this section group.
CommandSerialization
Gets or sets the CommandSerializationSection for this section group.
DisplayName
Gets or sets the DisplayNameSection for this section group.
IsDeclarationRequired
Gets a value that indicates whether this ConfigurationSectionGroup object declaration is required.
(Inherited from ConfigurationSectionGroup.)
IsDeclared
Gets a value that indicates whether this ConfigurationSectionGroup object is declared.
(Inherited from ConfigurationSectionGroup.)
Name
Gets the name property of this ConfigurationSectionGroup object.
(Inherited from ConfigurationSectionGroup.)
SectionGroupName
Gets the section group name associated with this ConfigurationSectionGroup.
(Inherited from ConfigurationSectionGroup.)
SectionGroups
Gets a ConfigurationSectionGroup object that contains all the ConfigurationSectionGroup objects that are children of this ConfigurationSectionGroup object.
(Inherited from ConfigurationSectionGroup.)
Sections
Gets a ConfigurationSectionCollection object that contains all of ConfigurationSection objects within this ConfigurationSectionGroup object.
(Inherited from ConfigurationSectionGroup.)
Servers
Gets or sets the ServersSection for this section group.
Type
Gets or sets the type for this ConfigurationSectionGroup object.
(Inherited from ConfigurationSectionGroup.)

See Also