Click or drag to resize
RawImportableElementDefinition Properties

The RawImportableElementDefinition type exposes the following members.

Properties
  NameDescription
Public propertyElementType
Gets or sets the type of the element.
Public propertyError
Gets an error message indicating what is wrong with this object. The default is an empty string ("")
Public propertyImportElement
Gets or sets a value indicating whether this element should be imported
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.
Public propertyIsValid
Gets a value indicating whether this instance is valid.
Public propertyItem
Gets the String with the specified column name.
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.
Public propertySourceFullName
Gets the full name of the source
Public propertySourceName
Gets or sets the name of the source.
Top
See Also