DBElementBase Class |
Namespace: SD.LLBLGen.Pro.DBDriverCore
The DBElementBase type exposes the following members.
Name | Description | |
---|---|---|
DBElementBase |
CTor
|
Name | Description | |
---|---|---|
CreatedByDesigner |
Gets or sets a value indicating whether this element is created by the designer from mappings (true) or that it was created from meta-data retrieved
from the database (false, default).
| |
CustomProperties |
Gets the Custom properties (name - value pairs) read from the schema.
| |
Deserializing |
Gets or sets a value indicating whether this instance is deserializing.
| |
ErrorLog |
Gets the complete ErrorLog for this object.
| |
FullName |
Gets the full name.
| |
FullNameForXml |
Gets the full name for XML. This is a name which has the format schemaname:elementname or schemaname:elementname:fieldname. Used for references.
| |
FullNameForXmlWithCatalog |
Gets the full name for XML. This is a name which has the format catalogname:schemaname:elementname or catalogname:schemaname:elementname:fieldname. Used for references.
| |
MarkedForDeletion |
Gets or sets a value indicating whether this element is marked for deletion.
| |
TypeOfDBElement |
Gets the type of DB element in the form of a ContainedElementType value.
|
Name | Description | |
---|---|---|
DeserializeAdditionalAttributes |
Deserializes attributes of this element's base class from the reader.
| |
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HandleContainedListChangedTChangeType |
Handles the contained list changed.
| |
LogError |
Logs an error in the ErrorLog structure of this object.
| |
LogWarning |
Logs the description as a warning.
| |
MarkElementAsChangedTChangeType |
Marks the element as changed.
| |
MarkElementAsRemoved |
Marks the element as removed, which raises the ElementRemoved event.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnContainedElementAdded |
Called when this object received an event of type ContainedElementAdded
| |
OnContainedElementChanged |
Called when this object received an event of type ContainedElementChanged
| |
OnContainedElementRemoved |
Called when this object received an event of type ContainedElementRemoved
| |
OnPropertyChanged |
Raises the PropertyChanged event.
| |
PerformAdditionalContainedElementChangedWork |
Performs the additional contained element changed work. Override if additional work has to be done after the OnContainedElementChanged method has run.
| |
ResetErrorLog |
Resets the Error Log for this object to an empty list.
| |
SerializeAdditionalAttributes |
Serializes the additional attributes.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ContainedElementAdded |
Raised when an element was added to a collection (indirectly) contained in this element
| |
ContainedElementChanged |
Raised when an element contained in this element was changed.
| |
ContainedElementRemoved |
Raised when an element was removed from a collection (indirectly) contained in this element
| |
HasBeenChanged |
Raised when the implementing element has been changed
| |
HasBeenRemoved |
Raised when the implementing element has been removed from its container
| |
PropertyChanged |
Occurs when a property value changes. (INotifyPropertyChanged)
|