Click or drag to resize

IGuiFactoryServiceGetController(Object, Type, Type, UseDocument) Method

[Missing <summary> documentation for "M:Altaxo.Main.Services.IGuiFactoryService.GetController(System.Object[],System.Type,System.Type,Altaxo.Gui.UseDocument)"]


Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IMVCController? GetController(
	Object[] creationArgs,
	Type overrideArg0Type,
	Type expectedControllerType,
	UseDocument copyDocument
)

Parameters

creationArgs  Object

[Missing <param name="creationArgs"/> documentation for "M:Altaxo.Main.Services.IGuiFactoryService.GetController(System.Object[],System.Type,System.Type,Altaxo.Gui.UseDocument)"]

overrideArg0Type  Type

[Missing <param name="overrideArg0Type"/> documentation for "M:Altaxo.Main.Services.IGuiFactoryService.GetController(System.Object[],System.Type,System.Type,Altaxo.Gui.UseDocument)"]

expectedControllerType  Type

[Missing <param name="expectedControllerType"/> documentation for "M:Altaxo.Main.Services.IGuiFactoryService.GetController(System.Object[],System.Type,System.Type,Altaxo.Gui.UseDocument)"]

copyDocument  UseDocument

[Missing <param name="copyDocument"/> documentation for "M:Altaxo.Main.Services.IGuiFactoryService.GetController(System.Object[],System.Type,System.Type,Altaxo.Gui.UseDocument)"]

Return Value

IMVCController

[Missing <returns> documentation for "M:Altaxo.Main.Services.IGuiFactoryService.GetController(System.Object[],System.Type,System.Type,Altaxo.Gui.UseDocument)"]

See Also