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 SchemaConfigSection
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class SchemaConfigSection

The type exposes the following members.

Public Constructors

  Name Description
Public method SchemaConfigSection

Public Methods

  Name Description
Public method Equals (Inherited from ConfigurationElement.)
Public method GetHashCode (Inherited from ConfigurationElement.)
Public method GetType (Inherited from Object.)
Public method IsReadOnly (Inherited from ConfigurationElement.)
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method DeserializeElement (Inherited from ConfigurationElement.)
Protected method DeserializeSection (Inherited from ConfigurationSection.)
Protected method Finalize (Inherited from Object.)
Protected method GetRuntimeObject (Inherited from ConfigurationSection.)
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 IsModified (Inherited from ConfigurationSection.)
Protected method ListErrors (Inherited from ConfigurationElement.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnDeserializeUnrecognizedAttribute (Inherited from ConfigurationElement.)
Protected method OnDeserializeUnrecognizedElement (Inherited from ConfigurationElement.)
Protected method OnRequiredPropertyNotFound (Inherited from ConfigurationElement.)
Protected method PostDeserialize (Inherited from ConfigurationElement.)
Protected method PreSerialize (Inherited from ConfigurationElement.)
Protected method Reset (Inherited from ConfigurationElement.)
Protected method ResetModified (Inherited from ConfigurationSection.)
Protected method SerializeElement (Inherited from ConfigurationElement.)
Protected method SerializeSection (Inherited from ConfigurationSection.)
Protected method SerializeToXmlElement (Inherited from ConfigurationElement.)
Protected method SetPropertyValue (Inherited from ConfigurationElement.)
Protected method SetReadOnly (Inherited from ConfigurationElement.)
Protected method ShouldSerializeElementInTargetVersion (Inherited from ConfigurationSection.)
Protected method ShouldSerializePropertyInTargetVersion (Inherited from ConfigurationSection.)
Protected method ShouldSerializeSectionInTargetVersion (Inherited from ConfigurationSection.)
Protected method Unmerge (Inherited from ConfigurationElement.)

Public Properties

  Name Description
Public property CurrentConfiguration (Inherited from ConfigurationElement.)
Public property ElementInformation (Inherited from ConfigurationElement.)
Public property LockAllAttributesExcept (Inherited from ConfigurationElement.)
Public property LockAllElementsExcept (Inherited from ConfigurationElement.)
Public property LockAttributes (Inherited from ConfigurationElement.)
Public property LockElements (Inherited from ConfigurationElement.)
Public property LockItem (Inherited from ConfigurationElement.)
Public property Schemas
Gets or sets the list of configured schemas.
Public property SectionInformation (Inherited from ConfigurationSection.)

Protected Properties

  Name Description
Protected property ElementProperty (Inherited from ConfigurationElement.)
Protected property EvaluationContext (Inherited from ConfigurationElement.)
Protected property HasContext (Inherited from ConfigurationElement.)
Protected property Item (Inherited from ConfigurationElement.)
Protected property Item (Inherited from ConfigurationElement.)
Protected property Properties (Inherited from ConfigurationElement.)

See Also

Advanced