C# Class AutomatedTagging.ExcelRow

Show file 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 property

public string ListItemUrl
return string

Pairs public property

public List> Pairs
return Guid>>.List

Processed public property

public bool Processed
return bool