C# Class MonoDevelop.AnalysisCore.FixOperationsHandler

Inheritance: MonoDevelop.Components.Commands.CommandHandler
Mostrar archivo Open project: LogosBible/monodevelop Class Usage Examples

Public Methods

Method Description
GetActions ( Document doc, MonoDevelop.AnalysisCore.FixableResult result ) : IEnumerable
GetFixes ( Document &document, IList &results ) : bool
PopulateInfos ( MonoDevelop.Components.Commands.CommandArrayInfo infos, Document doc, IEnumerable results ) : void

Protected Methods

Method Description
Run ( object dataItem ) : void
Update ( MonoDevelop.Components.Commands.CommandArrayInfo info ) : void

Private Methods

Method Description
GetIcon ( Severity severity ) : string
ResultCompareImportanceDesc ( Result r1, Result r2 ) : int

Method Details

GetActions() public static method

public static GetActions ( Document doc, MonoDevelop.AnalysisCore.FixableResult result ) : IEnumerable
doc Document
result MonoDevelop.AnalysisCore.FixableResult
return IEnumerable

GetFixes() public static method

public static GetFixes ( Document &document, IList &results ) : bool
document Document
results IList
return bool

PopulateInfos() public static method

public static PopulateInfos ( MonoDevelop.Components.Commands.CommandArrayInfo infos, Document doc, IEnumerable results ) : void
infos MonoDevelop.Components.Commands.CommandArrayInfo
doc Document
results IEnumerable
return void

Run() protected method

protected Run ( object dataItem ) : void
dataItem object
return void

Update() protected method

protected Update ( MonoDevelop.Components.Commands.CommandArrayInfo info ) : void
info MonoDevelop.Components.Commands.CommandArrayInfo
return void