C# Class ProjectCleaner.ProjectProcessorBase

Inheritance: IProcessProjects
Show file Open project: Slesa/Playground

Public Methods

Method Description
Handle ( ProjectParser project ) : bool

Protected Methods

Method Description
ProjectProcessorBase ( int prio, string name ) : ProjectCleaner.Parsing

Method Details

Handle() public abstract method

public abstract Handle ( ProjectParser project ) : bool
project ProjectCleaner.Parsing.ProjectParser
return bool

ProjectProcessorBase() protected method

protected ProjectProcessorBase ( int prio, string name ) : ProjectCleaner.Parsing
prio int
name string
return ProjectCleaner.Parsing