RegexElementCollection Methods

Glimpse API

RegexElementCollection Methods Glimpse API Documentation
The RegexElementCollection type exposes the following members.
Methods

  NameDescription
Protected methodOnlineBaseAdd(ConfigurationElement)
Adds a configuration element to the OnlineConfigurationElementCollection.
(Inherited from OnlineConfigurationElementCollection.)
Protected methodOnlineBaseAdd(ConfigurationElement, Boolean)
Adds a configuration element to the configuration element collection.
(Inherited from OnlineConfigurationElementCollection.)
Protected methodOnlineBaseAdd(Int32, ConfigurationElement)
Adds a configuration element to the configuration element collection.
(Inherited from OnlineConfigurationElementCollection.)
Protected methodOnlineBaseClear
Removes all configuration element objects from the collection.
(Inherited from OnlineConfigurationElementCollection.)
Protected methodOnlineBaseGet(Object)
Returns the configuration element with the specified key.
(Inherited from OnlineConfigurationElementCollection.)
Protected methodOnlineBaseGet(Int32)
Gets the configuration element at the specified index location.
(Inherited from OnlineConfigurationElementCollection.)
Protected methodOnlineBaseGetAllKeys
Returns an array of the keys for all of the configuration elements contained in the OnlineConfigurationElementCollection.
(Inherited from OnlineConfigurationElementCollection.)
Protected methodOnlineBaseGetKey
Gets the key for the OnlineConfigurationElement at the specified index location.
(Inherited from OnlineConfigurationElementCollection.)
Protected methodOnlineBaseIndexOf
The index of the specified OnlineConfigurationElement.
(Inherited from OnlineConfigurationElementCollection.)
Protected methodOnlineBaseIsRemoved
Gets a value indicating whether the OnlineConfigurationElement with the specified key has been removed from the OnlineConfigurationElementCollection.
(Inherited from OnlineConfigurationElementCollection.)
Protected methodOnlineBaseRemove
Removes a OnlineConfigurationElement from the collection.
(Inherited from OnlineConfigurationElementCollection.)
Protected methodOnlineBaseRemoveAt
Removes the OnlineConfigurationElement at the specified index location.
(Inherited from OnlineConfigurationElementCollection.)
Public methodOnlineCopyTo
Copies the contents of the OnlineConfigurationElementCollection to an array.
(Inherited from OnlineConfigurationElementCollection.)
Protected methodCreateNewElement 
When overridden in a derived class, creates a new OnlineConfigurationElement.
(Overrides OnlineConfigurationElementCollection CreateNewElement .)
Protected methodOnlineCreateNewElement(String)
Creates a new OnlineConfigurationElement when overridden in a derived class.
(Inherited from OnlineConfigurationElementCollection.)
Protected methodOnlineDeserializeElement
Reads XML from the configuration file.
(Inherited from OnlineConfigurationElement.)
Public methodOnlineEquals
Compares the OnlineConfigurationElementCollection to the specified object.
(Inherited from OnlineConfigurationElementCollection.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Protected methodGetElementKey
Gets the element key for a specified configuration element when overridden in a derived class.
(Overrides OnlineConfigurationElementCollection GetElementKey(ConfigurationElement).)
Public methodOnlineGetEnumerator
Gets an OnlineIEnumerator which is used to iterate through the OnlineConfigurationElementCollection.
(Inherited from OnlineConfigurationElementCollection.)
Public methodOnlineGetHashCode
Gets a unique value representing the OnlineConfigurationElementCollection instance.
(Inherited from OnlineConfigurationElementCollection.)
Protected methodOnlineGetTransformedAssemblyString
Returns the transformed version of the specified assembly name.
(Inherited from OnlineConfigurationElement.)
Protected methodOnlineGetTransformedTypeString
Returns the transformed version of the specified type name.
(Inherited from OnlineConfigurationElement.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineInit
Sets the OnlineConfigurationElement object to its initial state.
(Inherited from OnlineConfigurationElement.)
Protected methodOnlineInitializeDefault
Used to initialize a default set of values for the OnlineConfigurationElement object.
(Inherited from OnlineConfigurationElement.)
Protected methodOnlineIsElementName
Indicates whether the specified OnlineConfigurationElement exists in the OnlineConfigurationElementCollection.
(Inherited from OnlineConfigurationElementCollection.)
Protected methodOnlineIsElementRemovable
Gets a value indicating whether the specified OnlineConfigurationElement can be removed from the OnlineConfigurationElementCollection.
(Inherited from OnlineConfigurationElementCollection.)
Protected methodOnlineIsModified
Indicates whether this OnlineConfigurationElementCollection has been modified since it was last saved or loaded when overridden in a derived class.
(Inherited from OnlineConfigurationElementCollection.)
Public methodOnlineIsReadOnly
Gets a value indicating whether the OnlineConfigurationElementCollection object is read only.
(Inherited from OnlineConfigurationElementCollection.)
Protected methodOnlineListErrors
Adds the invalid-property errors in this OnlineConfigurationElement object, and in all subelements, to the passed list.
(Inherited from OnlineConfigurationElement.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineOnDeserializeUnrecognizedAttribute
Gets a value indicating whether an unknown attribute is encountered during deserialization.
(Inherited from OnlineConfigurationElement.)
Protected methodOnlineOnDeserializeUnrecognizedElement
Causes the configuration system to throw an exception.
(Inherited from OnlineConfigurationElementCollection.)
Protected methodOnlineOnRequiredPropertyNotFound
Throws an exception when a required property is not found.
(Inherited from OnlineConfigurationElement.)
Protected methodOnlinePostDeserialize
Called after deserialization.
(Inherited from OnlineConfigurationElement.)
Protected methodOnlinePreSerialize
Called before serialization.
(Inherited from OnlineConfigurationElement.)
Protected methodOnlineReset
Resets the OnlineConfigurationElementCollection to its unmodified state when overridden in a derived class.
(Inherited from OnlineConfigurationElementCollection.)
Protected methodOnlineResetModified
Resets the value of the OnlineIsModified  property to false when overridden in a derived class.
(Inherited from OnlineConfigurationElementCollection.)
Protected methodOnlineSerializeElement
Writes the configuration data to an XML element in the configuration file when overridden in a derived class.
(Inherited from OnlineConfigurationElementCollection.)
Protected methodOnlineSerializeToXmlElement
Writes the outer tags of this configuration element to the configuration file when implemented in a derived class.
(Inherited from OnlineConfigurationElement.)
Protected methodOnlineSetPropertyValue
Sets a property to the specified value.
(Inherited from OnlineConfigurationElement.)
Protected methodOnlineSetReadOnly
Sets the OnlineIsReadOnly  property for the OnlineConfigurationElementCollection object and for all sub-elements.
(Inherited from OnlineConfigurationElementCollection.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Protected methodOnlineUnmerge
Reverses the effect of merging configuration information from different levels of the configuration hierarchy
(Inherited from OnlineConfigurationElementCollection.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodGetTypeOrNull
Returns the value of GetType if value is not null.
(Defined by ObjectExtensions.)
Public Extension MethodToStringOrDefault
Returns the value of ToString if value is not null.
(Defined by ObjectExtensions.)
Back to Top
See Also