CustomDataSourcesSection Members

The CustomDataSourcesSection type exposes the following members.
Constructors

  NameDescription
Public methodCustomDataSourcesSection
Initializes a new instance of the CustomDataSourcesSection class
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Compares the current OnlineConfigurationElement instance to the specified object.
(Inherited from OnlineConfigurationElement.)
Public methodOnlineGetHashCode
Gets a unique value representing the current OnlineConfigurationElement instance.
(Inherited from OnlineConfigurationElement.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodOnlineIsReadOnly
Gets a value indicating whether the OnlineConfigurationElement object is read-only.
(Inherited from OnlineConfigurationElement.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyOnlineCurrentConfiguration
Gets a reference to the top-level OnlineConfiguration instance that represents the configuration hierarchy that the current OnlineConfigurationElement instance belongs to.
(Inherited from OnlineConfigurationElement.)
Public propertyDataSources
DataSources returns the data sources for the current configuration
Public propertyOnlineElementInformation
Gets an OnlineElementInformation object that contains the non-customizable information and functionality of the OnlineConfigurationElement object.
(Inherited from OnlineConfigurationElement.)
Public propertyOnlineLockAllAttributesExcept
Gets the collection of locked attributes.
(Inherited from OnlineConfigurationElement.)
Public propertyOnlineLockAllElementsExcept
Gets the collection of locked elements.
(Inherited from OnlineConfigurationElement.)
Public propertyOnlineLockAttributes
Gets the collection of locked attributes
(Inherited from OnlineConfigurationElement.)
Public propertyOnlineLockElements
Gets the collection of locked elements.
(Inherited from OnlineConfigurationElement.)
Public propertyOnlineLockItem
Gets or sets a value indicating whether the element is locked.
(Inherited from OnlineConfigurationElement.)
Public propertyOnlineSectionInformation
Gets a OnlineSectionInformation object that contains the non-customizable information and functionality of the OnlineConfigurationSection object.
(Inherited from OnlineConfigurationSection.)
Back to Top
See Also