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.1.0.0 (5.1.0)
Syntax public List<DocumentFieldDefinition> GetAllInheritedFields()
Public Function GetAllInheritedFields As List(Of DocumentFieldDefinition)
Return Value
Type:
ListDocumentFieldDefinitionSee Also