/// <summary> /// Initializes a new instance of the <see cref="DefaultViewModelDescriptionFactory"/> class. /// </summary> /// <param name="serviceLocator">The service locator.</param> /// <param name="actionLocator">The action locator.</param> /// <param name="conventionManager">The convention manager.</param> public DefaultViewModelDescriptionFactory(IServiceLocator serviceLocator, IActionLocator actionLocator, IConventionManager conventionManager) { this.serviceLocator = serviceLocator; this.actionLocator = actionLocator; this.conventionManager = conventionManager; }