Beispiel #1
0
 public static IModelList <IModelModelAdapter> Get_ModelAdapterContext(IModelModelAdapterLink controlGroup)
 {
     return(new CalculatedModelNodeList <IModelModelAdapter>(((IModelApplicationModelAdapterContexts)controlGroup.Application).ModelAdapterContexts.SelectMany(adapters => adapters)));
 }
Beispiel #2
0
 public static IEnumerable <IModelModelAdapter> Get_ModelAdapters(IModelModelAdapterLink controlGroup)
 {
     return(controlGroup.ModelAdapterContext ?? Enumerable.Empty <IModelModelAdapter>());
 }
Beispiel #3
0
 public static IEnumerable <IModelModelAdapters> Get_ModelAdapterContexts(IModelModelAdapterLink controlGroup)
 {
     return(((IModelApplicationModelAdapterContexts)controlGroup.Application).ModelAdapterContexts);
 }