Click or drag to resize
RawImportableEntityModelElementDefinition Class
Class which defines an importable entity model element, which is a special kind of importable element.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCore.Extensibility.DataImportRawImportableElementDefinition
    SD.LLBLGen.Pro.ApplicationCore.Extensibility.DataImportRawImportableEntityModelElementDefinition

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Extensibility.DataImport
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
[SerializableAttribute]
public class RawImportableEntityModelElementDefinition : RawImportableElementDefinition

The RawImportableEntityModelElementDefinition type exposes the following members.

Constructors
  NameDescription
Protected methodRawImportableEntityModelElementDefinition(SerializationInfo, StreamingContext)
Initializes a new instance of the RawImportableEntityModelElementDefinition class.
Public methodRawImportableEntityModelElementDefinition(ImportableElementType, String, String)
Initializes a new instance of the RawImportableEntityModelElementDefinition class.
Public methodRawImportableEntityModelElementDefinition(ImportableElementType, String, String, String, String)
Initializes a new instance of the RawImportableEntityModelElementDefinition class.
Top
Properties
  NameDescription
Public propertyDestinationGroupName
Gets or sets the name of the destination group.
Public propertyElementType
Gets or sets the type of the element.
(Inherited from RawImportableElementDefinition.)
Public propertyError
Gets an error message indicating what is wrong with this object. The default is an empty string ("")
(Inherited from RawImportableElementDefinition.)
Public propertyImportElement
Gets or sets a value indicating whether this element should be imported
(Inherited from RawImportableElementDefinition.)
Public propertyIsIncludedDirectly
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.
(Inherited from RawImportableElementDefinition.)
Public propertyIsValid
Gets a value indicating whether this instance is valid.
(Overrides RawImportableElementDefinitionIsValid.)
Public propertyItem
Gets the String with the specified column name.
(Inherited from RawImportableElementDefinition.)
Public propertyObjectID
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.
(Inherited from RawImportableElementDefinition.)
Public propertySourceFullName
Gets the full name of the source
(Overrides RawImportableElementDefinitionSourceFullName.)
Public propertySourceGroupName
Gets or sets the group name of the source.
Public propertySourceName
Gets or sets the name of the source.
(Inherited from RawImportableElementDefinition.)
Public propertySuperTypeFullName
Gets the full name of the super type, for databinding purposes.
Public propertySuperTypeGroupName
Gets or sets the group name of the super type, if possible, otherwise empty
Public propertySuperTypeName
Gets or sets the name of the super type, if possible, otherwise empty
Top
Methods
  NameDescription
Public methodBeginEdit
Begins an edit on an object.
(Inherited from RawImportableElementDefinition.)
Public methodCancelEdit (Inherited from RawImportableElementDefinition.)
Public methodEndEdit (Inherited from RawImportableElementDefinition.)
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 methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Overrides RawImportableElementDefinitionGetObjectData(SerializationInfo, StreamingContext).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnPropertyChanged
Called when a property's value changes. Raises PropertyChanged.
(Inherited from RawImportableElementDefinition.)
Protected methodSetPropertyError
Sets the property error for the given property in the ErrorContainer.
(Inherited from RawImportableElementDefinition.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from RawImportableElementDefinition.)
Top
See Also