Click or drag to resize
EmbeddedDocumentDefinitionSetOfSubtypes Property
Gets the set of subtypes for this embedded document. This are documents based on subtypes of the root entity of this document.

Namespace: SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public IEnumerable<EmbeddedDocumentDefinition> SetOfSubtypes { get; }

Property Value

Type: IEnumerableEmbeddedDocumentDefinition
See Also