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.DerivedModelAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public IEnumerable<DocumentFieldDefinition> GetFieldsOfCompleteTree()
Public Function GetFieldsOfCompleteTree As IEnumerable(Of DocumentFieldDefinition)
Return Value
Type:
IEnumerableDocumentFieldDefinitionSee Also