public bool IsFactoryFor(IRepoActionSettings repoActionSettings) { return(repoActionSettings.GetType() == typeof(ChangeFrameworkSettings)); }
public bool IsFactoryFor(IRepoActionSettings repoActionSettings) { return(repoActionSettings.GetType() == typeof(GraphExportSettings)); }
public bool IsFactoryFor(IRepoActionSettings repoActionSettings) { return(repoActionSettings.GetType() == typeof(ShowHelpSettings)); }
public bool IsFactoryFor(IRepoActionSettings repoActionSettings) { return(repoActionSettings.GetType() == typeof(RemoveProjectSettings)); }
public bool IsFactoryFor(IRepoActionSettings repoActionSettings) { return(repoActionSettings.GetType() == typeof(SwitchToNugetSettings)); }
public bool IsFactoryFor(IRepoActionSettings repoActionSettings) { return(repoActionSettings.GetType() == typeof(PurgeFolderSettings)); }