Click or drag to resize

SwitchableSegmentConfiguration Methods

The SwitchableSegmentConfiguration type exposes the following members.

Methods
  NameDescription
Public methodClone
Clones this object using the specified context.
(Overrides SegmentListConfigurationClone(CopyContext).)
Public methodContainsSegmentConfiguration(SegmentDefinition)
Checks to see if the segment has a configuration stored in this configuration.
(Inherited from SegmentListConfiguration.)
Public methodContainsSegmentConfiguration(String)
Checks to see if a segment configuration with the segmentName exists in this configuration. This will search recursively through all SegmentListConfigurations that are stored in this configuration.
(Inherited from SegmentListConfiguration.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSegmentsConfiguration(SegmentDefinition)
Gets the segment configuration for the segment, or if there is no configuration for the segment in this.
(Inherited from SegmentListConfiguration.)
Public methodGetSegmentsConfiguration(String)
Gets the segment configuration for the segment with the segmentName, or if there is no configuration in this for such a SegmentPropagator.
(Inherited from SegmentListConfiguration.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveSegmentConfiguration
Removes the configuration of the segment from this configuration.
(Inherited from SegmentListConfiguration.)
Public methodSetSegmentConfiguration
Stores the configuration of the segment. When attempting to add the segment that happens to be stored in a nested SegmentList, this method will drill down to the SegmentListConfiguration of the segment immediate parent SegmentList.
(Inherited from SegmentListConfiguration.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also