RawImportableElementDefinition Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.Extensibility.DataImport
The RawImportableElementDefinition type exposes the following members.
Name | Description | |
---|---|---|
RawImportableElementDefinition(SerializationInfo, StreamingContext) |
Initializes a new instance of the RawImportableElementDefinition class.
| |
RawImportableElementDefinition(String, ImportableElementType) |
Initializes a new instance of the RawImportableElementDefinition class.
|
Name | Description | |
---|---|---|
ElementType |
Gets or sets the type of the element.
| |
Error |
Gets an error message indicating what is wrong with this object. The default is an empty string ("")
| |
ImportElement |
Gets or sets a value indicating whether this element should be imported
| |
IsIncludedDirectly |
Gets or sets a value indicating whether this element is included directly (so it was selected explicitly by the user). This has influence on whether
the element is created as a copy if it already exists.
| |
IsValid |
Gets a value indicating whether this instance is valid.
| |
Item |
Gets the String with the specified column name.
| |
ObjectID |
Gets the object ID, which is the unique ID for this instance. This is necessary for identifying the data in this element in lookup tables
when this object's data is used as key. The object itself isn't usable because it's serialized/deserialized across appdomain boundaries.
| |
SourceFullName |
Gets the full name of the source
| |
SourceName |
Gets or sets the name of the source.
|
Name | Description | |
---|---|---|
BeginEdit |
Begins an edit on an object.
| |
CancelEdit |
Discards changes since the last BeginEdit call.
| |
EndEdit | ||
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.) | |
GetObjectData |
Populates a SerializationInfo with the data needed to serialize the target object.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnPropertyChanged |
Called when a property's value changes. Raises PropertyChanged.
| |
SetPropertyError |
Sets the property error for the given property in the ErrorContainer.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
PropertyChanged |
Occurs when a property value changes.
|