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.5.0.0 (5.5.18.1019)
Syntaxpublic List<DocumentFieldDefinition> GetAllInheritedFields()
Public Function GetAllInheritedFields As List(Of DocumentFieldDefinition)
Return Value
Type: 
ListDocumentFieldDefinition
See Also