This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class SchemaConfigCollection
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class SchemaConfigCollection

The type exposes the following methods.

Public Methods

  Name Description
Public method CopyTo (Inherited from ConfigurationElementCollection.)
Public method Equals (Inherited from ConfigurationElementCollection.)
Public method GetEnumerator (Inherited from ConfigurationElementCollection.)
Public method GetHashCode (Inherited from ConfigurationElementCollection.)
Public method GetType (Inherited from Object.)
Public method IsReadOnly (Inherited from ConfigurationElementCollection.)
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method BaseAdd (Inherited from ConfigurationElementCollection.)
Protected method BaseAdd (Inherited from ConfigurationElementCollection.)
Protected method BaseAdd (Inherited from ConfigurationElementCollection.)
Protected method BaseClear (Inherited from ConfigurationElementCollection.)
Protected method BaseGet (Inherited from ConfigurationElementCollection.)
Protected method BaseGet (Inherited from ConfigurationElementCollection.)
Protected method BaseGetAllKeys (Inherited from ConfigurationElementCollection.)
Protected method BaseGetKey (Inherited from ConfigurationElementCollection.)
Protected method BaseIndexOf (Inherited from ConfigurationElementCollection.)
Protected method BaseIsRemoved (Inherited from ConfigurationElementCollection.)
Protected method BaseRemove (Inherited from ConfigurationElementCollection.)
Protected method BaseRemoveAt (Inherited from ConfigurationElementCollection.)
Protected method CreateNewElement Overloaded.
Protected method DeserializeElement (Inherited from ConfigurationElement.)
Protected method Finalize (Inherited from Object.)
Protected method GetElementKey
Gets the element key for a specified configuration element when overridden in a derived class.
(Overrides ConfigurationElementCollection..::GetElementKey(ConfigurationElement).)
Protected method GetTransformedAssemblyString (Inherited from ConfigurationElement.)
Protected method GetTransformedTypeString (Inherited from ConfigurationElement.)
Protected method Init (Inherited from ConfigurationElement.)
Protected method InitializeDefault (Inherited from ConfigurationElement.)
Protected method IsElementName (Inherited from ConfigurationElementCollection.)
Protected method IsElementRemovable (Inherited from ConfigurationElementCollection.)
Protected method IsModified (Inherited from ConfigurationElementCollection.)
Protected method ListErrors (Inherited from ConfigurationElement.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnDeserializeUnrecognizedAttribute (Inherited from ConfigurationElement.)
Protected method OnDeserializeUnrecognizedElement (Inherited from ConfigurationElementCollection.)
Protected method OnRequiredPropertyNotFound (Inherited from ConfigurationElement.)
Protected method PostDeserialize (Inherited from ConfigurationElement.)
Protected method PreSerialize (Inherited from ConfigurationElement.)
Protected method Reset (Inherited from ConfigurationElementCollection.)
Protected method ResetModified (Inherited from ConfigurationElementCollection.)
Protected method SerializeElement (Inherited from ConfigurationElementCollection.)
Protected method SerializeToXmlElement (Inherited from ConfigurationElement.)
Protected method SetPropertyValue (Inherited from ConfigurationElement.)
Protected method SetReadOnly (Inherited from ConfigurationElementCollection.)
Protected method Unmerge (Inherited from ConfigurationElementCollection.)

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method ICollection..::..CopyTo (Inherited from ConfigurationElementCollection.)

See Also

Advanced