Breeze Changing the Order of ComplexType Classes
问题 I am trying to load a "ComplexType" property (p2) that is being called from a ComplexType property (p1) (Nested ComplexType). After getting the metadata I see that both classes were recognized as complextypes, but in breeze.debug toArray(schema.complexType) it's seeing the p1 (outside complextype) first, so then when it tries to resolve one of its property type which is a complexType, p2. it's reading var type = typeMap[qualTypeName]; and since "typeMap" doesn't have p2 and "okNotFound" is