Table of Contents

Class AdapterFindingLocationDetail

Namespace
MES.MQC.DataSourceLibrary.Models.Adapters
Assembly
MES.MQC.DataSourceLibrary.dll
public class AdapterFindingLocationDetail
Inheritance
AdapterFindingLocationDetail
Inherited Members

Properties

CodeSnippet

Snippet of code, provided by:

  • DotCover
public string CodeSnippet { get; set; }

Property Value

string

ColumnEnd

Last column in last line of code, provided by:

  • DotCover
public int? ColumnEnd { get; set; }

Property Value

int?

ColumnStart

First column in first line of code, provided by:

  • DotCover
public int? ColumnStart { get; set; }

Property Value

int?

LineEnd

Last line of code, provided by:

  • DotCover
  • CodeClimate
public int? LineEnd { get; set; }

Property Value

int?

LineStart

First line of code, provided by:

  • DotCover
  • CodeClimate
public int? LineStart { get; set; }

Property Value

int?

MethodName

Method of the class, provided by:

  • DotCover (if FindingType is set to File or Class)
public string MethodName { get; set; }

Property Value

string