| DocumentDefinitionBaseGetFieldsOfCompleteTree Method  | 
 
            Enumerates over the fields in this document and the fields of embedded documents, using depth-first search traversal. 
            
 
    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)
Syntaxpublic IEnumerable<DocumentFieldDefinition> GetFieldsOfCompleteTree()
Public Function GetFieldsOfCompleteTree As IEnumerable(Of DocumentFieldDefinition)
Return Value
Type: 
IEnumerableDocumentFieldDefinition
See Also