Click or drag to resize
IRawCatalogElement Interface
Interface used on raw elements retrieved from the catalog(s). This interface is used to visualize / manipulate fields of the actual raw element in standarized code.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public interface IRawCatalogElement : IDataErrorInfo, 
	INotifyPropertyChanged

The IRawCatalogElement type exposes the following members.

Properties
  NameDescription
Public propertyAddToProject
Flag to signal if this element should be added to the project
Public propertyElementName
Name of the element as it will have in the project
Public propertyError
Gets an error message indicating what is wrong with this object.
(Inherited from IDataErrorInfo.)
Public propertyGroupName
Gets or sets the name of the group the element will be placed in.
Public propertyIsValid
Gets a value indicating whether this instance is valid.
Public propertyItem
Gets the error message for the property with the given name.
(Inherited from IDataErrorInfo.)
Public propertyMappedCatalogElementName
Name of the element in the catalog it is mapped in.
Public propertyReturnElementName
Gets the name of the return element, which is in the format group.elementname. Can be empty, if no return type is applicable. Only set in the case of a TVF call.
Public propertyTargetHasAlreadyElementMapped
Flag to signal if the target (MappedCatalogElementName) already has an element mapped in the project or not.
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from INotifyPropertyChanged.)
Top
See Also