Ejemplo n.º 1
0
 DacMemberCategory.Property => new DacPropertiesCategoryNodeViewModel(dac, ExpandCreatedNodes),
Ejemplo n.º 2
0
 DacMemberCategory.InitializationAndActivation => new DacInitializationAndActivationCategoryNodeViewModel(dac, ExpandCreatedNodes),
Ejemplo n.º 3
0
 DacMemberCategory.Keys => new DacKeysCategoryNodeViewModel(dac, ExpandCreatedNodes),
 keys.Select(key => (Key: key, KeyFields: GetOrderedDacFieldsUsedByKey(dac, key)))
 .ToDictionary(keyWithFields => keyWithFields.Key,