Click or drag to resize
EmbeddedDocumentDefinitionGetAllInheritedFields Method
Gets all inherited fields, which are all fields (indirectly) inherited by the supertype document plus the fields of the supertype document. If this embedded document isn't in a set of subtypes, this method returns an empty list.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public List<DocumentFieldDefinition> GetAllInheritedFields()

Return Value

Type: ListDocumentFieldDefinition
See Also