EmbeddedDocumentDefinitionGetAllSubtypesInCompleteHierarchy Method |
Gets all subtypes in the complete hierarchy, so also the indirect subtypes of the subtypes in this document.
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 List<EmbeddedDocumentDefinition> GetAllSubtypesInCompleteHierarchy()
Public Function GetAllSubtypesInCompleteHierarchy As List(Of EmbeddedDocumentDefinition)
Return Value
Type:
ListEmbeddedDocumentDefinitionSee Also