Class HostedPanelViewModelParameters
Parameters for a IHostedPanelViewModel
Implements
Inherited Members
Namespace: Gorgon.Editor.UI
Assembly: Gorgon.Editor.API.dll
Syntax
public class HostedPanelViewModelParameters : ViewModelInjection<IHostContentServices>, IViewModelInjection<IHostContentServices>
Constructors
| Edit this page View SourceHostedPanelViewModelParameters(IHostContentServices)
Initializes a new instance of the HostedPanelViewModelParameters class.
Declaration
public HostedPanelViewModelParameters(IHostContentServices hostServices)
Parameters
Type | Name | Description |
---|---|---|
IHostContentServices | hostServices | Common application services. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | Thrown when any of the parameters are null. |