Click or drag to resize

ProjectGetAllFieldsForGroupableModelElement Method

Gets all fields, inherited and defined for groupable element specified. First all fields inherited are returned, then the fields of the element itself. ValueTypeDefinitions can't inherit from other types, they return only the fields of themselves.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public IEnumerable<FieldElement> GetAllFieldsForGroupableModelElement(
	GroupableModelElement element
)

Parameters

element
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelGroupableModelElement
The element.

Return Value

Type: IEnumerableFieldElement
See Also