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