Click or drag to resize

RayguideDialogService Constructor

Initializes a new instance of the RayguideDialogService class

Namespace: RAYLASE.Marker.GUI.Common.Interactivity
Assembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.19.0
Syntax
C#
public RayguideDialogService(
	IContainerExtension containerExtension,
	IEventAggregator eventAggregator,
	MarkerAPI markerAPI
)

Parameters

containerExtension  IContainerExtension

[Missing <param name="containerExtension"/> documentation for "M:RAYLASE.Marker.GUI.Common.Interactivity.RayguideDialogService.#ctor(Prism.Ioc.IContainerExtension,Prism.Events.IEventAggregator,RAYLASE.Marker.MarkerAPI)"]

eventAggregator  IEventAggregator

[Missing <param name="eventAggregator"/> documentation for "M:RAYLASE.Marker.GUI.Common.Interactivity.RayguideDialogService.#ctor(Prism.Ioc.IContainerExtension,Prism.Events.IEventAggregator,RAYLASE.Marker.MarkerAPI)"]

markerAPI  MarkerAPI

[Missing <param name="markerAPI"/> documentation for "M:RAYLASE.Marker.GUI.Common.Interactivity.RayguideDialogService.#ctor(Prism.Ioc.IContainerExtension,Prism.Events.IEventAggregator,RAYLASE.Marker.MarkerAPI)"]

See Also