DataSourceElement Members

The DataSourceElement type exposes the following members.
Constructors

  NameDescription
Public methodDataSourceElement
Initializes a new instance of the DataSourceElement 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 propertyAddress
Returns the Address associated with this data source element
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 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 propertyName
Returns the Name associated with this data source element
Back to Top
See Also