Disco.Web.Areas.Config.Models.Plugins.PluginConfigurationViewModel.PluginConfigurationViewModel C# (CSharp) Method

PluginConfigurationViewModel() public method

public PluginConfigurationViewModel ( PluginConfigurationHandler response ) : Disco.Services.Plugins
response PluginConfigurationHandler
return Disco.Services.Plugins
        public PluginConfigurationViewModel(PluginConfigurationHandler.PluginConfigurationHandlerGetResponse response)
        {
            this.Manifest = response.Manifest;

            this.PluginViewType = response.ViewType;
            this.PluginViewModel = response.Model;
        }
    }
PluginConfigurationViewModel