Click or drag to resize

EmbeddedDocumentDefinition.GetAllInheritedFields 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.7.0.0 (5.7.0)
Syntax
public List<DocumentFieldDefinition> GetAllInheritedFields()

Return Value

Type: List<DocumentFieldDefinition>
See Also