internal static TiaProjectManager GetTiaProjectManager(this IWorkingContext workingContext) { ITiaProjectActionerFactory requiredDlc = workingContext.GetRequiredDlc <ITiaProjectActionerFactory>( "Siemens.Automation.ProjectManager.Impl.Tia.TiaProjectActionerFactory"); return(new TiaProjectManager(workingContext, requiredDlc)); }
public static HwcnBasicsFacade GetHwcnBasicsFacade(this IWorkingContext workingContext) { var hwcnBasicsFacade = workingContext.GetRequiredDlc <HwcnBasicsFacade>("Siemens.Simatic.HwConfiguration.Basics.Basics.HwcnBasicsFacade"); return(hwcnBasicsFacade); }
public static ProjectNavigatorLoaderProxy GetProjectNavigatorLoader([NotNull] this IWorkingContext workingContext) { ProjectNavigatorLoader dlc = workingContext.GetRequiredDlc <ProjectNavigatorLoader>("Siemens.Automation.FrameApplication.ProjectNavigatorLoader"); return(new ProjectNavigatorLoaderProxy(dlc)); }
public static CodeBlockEditorStarterDlcBase GetNetworkEditorStarterDlc(this IWorkingContext workingContext) { return(workingContext.GetRequiredDlc <CodeBlockEditorStarterDlcBase>("Siemens.Simatic.PlcLanguages.NetworkEditorFrame.EditorStarter")); }
public static IProjectManager GetProjectManager([NotNull] this IWorkingContext workingContext) { return(workingContext.GetRequiredDlc <IProjectManager>("Siemens.Automation.CommonServices.ProjectManager")); }
public static AlarmGridService GetAlarmGridService([NotNull] this IWorkingContext workingContext) { return(workingContext.GetRequiredDlc <AlarmGridService>("Siemens.Simatic.PLCMessaging.GUI.AlarmGridService")); }
public static ArchiveGridService GetArchiveGridService(this IWorkingContext workingContext) { return(workingContext.GetRequiredDlc <ArchiveGridService>("Siemens.Simatic.PLCMessaging.GUI.ArchiveGridService")); }
public static FrameGroupManager GetHwcnFrameGroupManager([NotNull] this IWorkingContext workingContext) { return(workingContext.GetRequiredDlc <FrameGroupManager>("Siemens.Simatic.HwConfiguration.Diagnostic.Editor.Basics.FrameGroupManager")); }
public static ProjectNavigationViewProxy ProjectNavigationView([NotNull] this IWorkingContext workingContext) { ProjectNavigationView dlc = workingContext.GetRequiredDlc <ProjectNavigationView>("Siemens.Automation.FrameApplication.ProjectNavigatorView"); return(new ProjectNavigationViewProxy(dlc)); }
internal static IWindowManagerInternal GetWindowManager([NotNull] this IWorkingContext workingContext) { return(workingContext.GetRequiredDlc <IWindowManagerInternal>("Siemens.Automation.FrameApplication.WindowManager")); }
public static ISynchronizer GetSynchronizer(this IWorkingContext workingContext) { return(workingContext.GetRequiredDlc <ISynchronizer>("Siemens.Automation.Basics.Synchronizer.ThreadSynchronizer")); }
public static ISynchronizeInvoke GetSynchronizeInvoke([NotNull] this IWorkingContext workingContext) { return(workingContext.GetRequiredDlc <ISynchronizer>("Siemens.Automation.Basics.Synchronizer.ThreadSynchronizer") as ISynchronizeInvoke); }
public static TargetValidation GetTargetValidation(this IWorkingContext workingContext) { return(workingContext.GetRequiredDlc <TargetValidation>("Siemens.Simatic.HwConfiguration.Basics.SystemData.TargetValidation")); }
public static IHwcnMetaService GetIHwcnMetaService(this IWorkingContext workingContext) { var IHwcnFileProvider = workingContext.GetRequiredDlc <IHwcnMetaService>("Siemens.Simatic.HwConfiguration.Basics.Meta.HwcnMetaService"); return(IHwcnFileProvider); }
public static PersistentDataStorageServiceProxy GetPersistentDataStorageService([NotNull] this IWorkingContext workingContext) { PersistentDataStorageService dlc = workingContext.GetRequiredDlc <PersistentDataStorageService>("Siemens.Simatic.HwConfiguration.Application.UserInterface.Basics.Controller.PersistentDataStorageService"); return(new PersistentDataStorageServiceProxy(dlc)); }
public static GraphOnlineService GetGraphOnlineService([NotNull] this IWorkingContext workingContext) { return(workingContext.GetRequiredDlc <GraphOnlineService>("GraphBlockLogic.GraphOnlineService<")); }
public static ICoreContextHandler GetCoreContextHandler([NotNull] this IWorkingContext workingContext) { return(workingContext.GetRequiredDlc <ICoreContextHandler>("Siemens.Automation.CommonServices.CoreContextHandler")); }
public static IUserControlFactory GetHwcnUserControlFactory([NotNull] this IWorkingContext workingContext) { return(workingContext.GetRequiredDlc <IUserControlFactory>("Siemens.Simatic.HwConfiguration.Diagnostic.Viewer.DoeUserControlFactory")); }
public static OpenProjectViewDlcProxy GetOpenProjectViewDlc(this IWorkingContext workingContext) { var dlc = workingContext.GetRequiredDlc <OpenProjectViewDlc>("Siemens.Automation.FrameApplication.Portal.Views.OpenProjectViewDlc"); return(new OpenProjectViewDlcProxy(dlc)); }
public static PLCMessagingWindow GetPLCMessagingWindow([NotNull] this IWorkingContext workingContext) { return(workingContext.GetRequiredDlc <PLCMessagingWindow>("Siemens.Simatic.PLCMessaging.GUI.PLCMessagingWindow")); }
public static GlobalLibraryNavigationViewProxy GetGlobalLibraryNavigationView(this IWorkingContext workingContext) { GlobalLibraryNavigationView dlc = workingContext.GetRequiredDlc <GlobalLibraryNavigationView>("Siemens.Automation.FrameApplication.Portal.Views.OpenProjectViewDlc"); return(new GlobalLibraryNavigationViewProxy(dlc)); }
public static PlcMessagingView GetPlcMessagingView([NotNull] this IWorkingContext workingContext) { return(workingContext.GetRequiredDlc <PlcMessagingView>("Siemens.Simatic.PLCMessaging.GUI.PlcMessagingView")); }
public static StatusBarProxy GetStatusBar([NotNull] this IWorkingContext workingContext) { StatusBarDlc dlc = workingContext.GetRequiredDlc <StatusBarDlc>("Siemens.Automation.FrameApplication.StatusBar"); return(new StatusBarProxy(dlc)); }
public static BlockEditorStarter GetBlockEditorStarter(this IWorkingContext workingContext) { return(workingContext.GetRequiredDlc <BlockEditorStarter>("Siemens.Simatic.PlcLanguages.PLInterface.BlockEditorStarter")); }
public static MenuServiceImplementationProxy GetMenuService([NotNull] this IWorkingContext workingContext) { MenuService dlc = workingContext.GetRequiredDlc <MenuService>("Siemens.Automation.FrameApplication.Menu.MenuService"); return(new MenuServiceImplementationProxy(dlc)); }
public static RootObjectHostServiceProxy GetRootObjectHostService([NotNull] this IWorkingContext workingContext) { RootObjectHostService dlc = workingContext.GetRequiredDlc <RootObjectHostService>("Siemens.Automation.FrameApplication.RootObjectHostService"); return(new RootObjectHostServiceProxy(dlc)); }
internal static UIOemCustomizationServiceProxy GetUIOemCustomizationServiceDlcProxy([NotNull] this IWorkingContext workingContext) { UIOemCustomizationServiceDlc dlc = workingContext.GetRequiredDlc <UIOemCustomizationServiceDlc>("Siemens.Automation.CommonServices.UIOemCustomizationService"); return(new UIOemCustomizationServiceProxy(dlc)); }
public static LifelistPNVBrowserExtension GetLifelistPNVBrowserExtension([NotNull] this IWorkingContext workingContext) { return(workingContext.GetRequiredDlc <LifelistPNVBrowserExtension>("Siemens.Automation.DomainServices.LifelistPNVBrowserExtension")); }
public static IEditorStarter GetEditorStarterFacadeDlc([NotNull] this IWorkingContext workingContext) { return(workingContext.GetRequiredDlc <EditorStarterFacadeDlc>("Siemens.Simatic.PlcLanguages.BlockEditorFrame.EditorStarterFacade")); }