C# Class AutomatedTagging.ExcelRow

Datei anzeigen Open project: chrisdee/Solutions Class Usage Examples

Public Properties

Property Type Description
ListItemUrl string
Pairs Guid>>.List
Processed bool

Public Methods

Method Description
ExcelRow ( string listItemUrl, int csvLineNumber ) : System

Method Details

ExcelRow() public method

public ExcelRow ( string listItemUrl, int csvLineNumber ) : System
listItemUrl string
csvLineNumber int
return System

Property Details

ListItemUrl public_oe property

public string ListItemUrl
return string

Pairs public_oe property

public List> Pairs
return Guid>>.List

Processed public_oe property

public bool Processed
return bool