Click or drag to resize
IGroupableElement Interface
Interface for elements in a project which are groupable.

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 IGroupableElement

The IGroupableElement type exposes the following members.

Properties
  NameDescription
Public propertyElementType
Gets the element type of this element.
Public propertyElementTypeName
Gets the type name of the element, e.g. 'Entity Definition', 'Typed List' etc.
Public propertyFullName
Gets the full name of this element (GroupName.Name)
Public propertyFullNameForXml
Gets the full name for XML.
Public propertyGroupName
Gets or sets the name of the group this element is in.
Public propertyName
Gets or sets the name of this element
Top
Methods
  NameDescription
Public methodFixDuplicateNamesAfterRefresh
Fixes the duplicate names after refresh.
Public methodGetAdditionalInterfaces
Gets the additional interfaces, if applicable, for this element, where the default interfaces are prefiltered with the ignored interfaces defined in this element. All interface macros are replaced with real names.
Public methodGetAdditionalNamespaces
Gets the additional namespaces, if applicable, for this element, where the default namespaces are prefiltered with the ignored namespaces defined in this element. All namespace macros are replaced with real names.
Top
See Also