C# Class XRefresh.Configuration.DetectorData

Show file Open project: binaryage/xrefresh

Public Properties

Property Type Description
counter int
editor ProjectTypeCellEditor
folder string
items List

Public Methods

Method Description
DetectorData ( string folder, ProjectTypeCellEditor editor ) : System

Method Details

DetectorData() public method

public DetectorData ( string folder, ProjectTypeCellEditor editor ) : System
folder string
editor ProjectTypeCellEditor
return System

Property Details

counter public property

public int counter
return int

editor public property

public ProjectTypeCellEditor,XRefresh editor
return ProjectTypeCellEditor

folder public property

public string folder
return string

items public property

public List items
return List