C# Class Microsoft.Sarif.Viewer.Models.FixModel

Inheritance: NotifyPropertyChangedObject
Mostrar archivo Open project: Microsoft/sarif-sdk Class Usage Examples

Public Methods

Method Description
FixModel ( string description ) : System

Private Methods

Method Description
ApplyFix ( FixModel selectedFix ) : void
PreviewFix ( FixModel selectedFix ) : void
TryFixFile ( string filePath, IEnumerable replacements, byte &fixedFile ) : bool

Method Details

FixModel() public method

public FixModel ( string description ) : System
description string
return System