public bool IsFactoryFor(IRepoActionSettings repoActionSettings)
 {
     return(repoActionSettings.GetType() == typeof(ChangeFrameworkSettings));
 }
예제 #2
0
 public bool IsFactoryFor(IRepoActionSettings repoActionSettings)
 {
     return(repoActionSettings.GetType() == typeof(GraphExportSettings));
 }
예제 #3
0
 public bool IsFactoryFor(IRepoActionSettings repoActionSettings)
 {
     return(repoActionSettings.GetType() == typeof(ShowHelpSettings));
 }
예제 #4
0
 public bool IsFactoryFor(IRepoActionSettings repoActionSettings)
 {
     return(repoActionSettings.GetType() == typeof(RemoveProjectSettings));
 }
예제 #5
0
 public bool IsFactoryFor(IRepoActionSettings repoActionSettings)
 {
     return(repoActionSettings.GetType() == typeof(SwitchToNugetSettings));
 }
예제 #6
0
 public bool IsFactoryFor(IRepoActionSettings repoActionSettings)
 {
     return(repoActionSettings.GetType() == typeof(PurgeFolderSettings));
 }