C# Class StaticAnalysis.SignatureVerifier.SignatureIssue

Inheritance: IReportRecord
Show file Open project: Azure/azure-powershell

Public Methods

Method Description
FormatRecord ( ) : string
Match ( IReportRecord other ) : bool
Parse ( string line ) : IReportRecord
PrintHeaders ( ) : string

Method Details

FormatRecord() public method

public FormatRecord ( ) : string
return string

Match() public method

public Match ( IReportRecord other ) : bool
other IReportRecord
return bool

Parse() public method

public Parse ( string line ) : IReportRecord
line string
return IReportRecord

PrintHeaders() public method

public PrintHeaders ( ) : string
return string