Click or drag to resize

DBElementBase Methods

The DBElementBase type exposes the following members.

Methods
  NameDescription
Protected methodDeserializeAdditionalAttributes
Deserializes attributes of this element's base class from the reader.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodHandleContainedListChangedTChangeType
Handles the contained list changed.
Public methodLogError
Logs an error in the ErrorLog structure of this object.
Public methodLogWarning
Logs the description as a warning.
Protected methodMarkElementAsChangedTChangeType
Marks the element as changed.
Public methodMarkElementAsRemoved
Marks the element as removed, which raises the ElementRemoved event.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnContainedElementAdded
Called when this object received an event of type ContainedElementAdded
Protected methodOnContainedElementChanged
Called when this object received an event of type ContainedElementChanged
Protected methodOnContainedElementRemoved
Called when this object received an event of type ContainedElementRemoved
Protected methodOnPropertyChanged
Raises the PropertyChanged event.
Protected methodPerformAdditionalContainedElementChangedWork
Performs the additional contained element changed work. Override if additional work has to be done after the OnContainedElementChanged method has run.
Public methodResetErrorLog
Resets the Error Log for this object to an empty list.
Protected methodSerializeAdditionalAttributes
Serializes the additional attributes.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also