C# Class FrannHammer.WebScraper.AttributeValue

Holds a specific cell value of an attribute (e.g., Rank, 1)
Mostrar archivo Open project: Frannsoft/FrannHammer

Public Properties

Property Type Description
Name string
Value string

Public Methods

Method Description
AttributeValue ( string name, string value, string flag ) : System.Collections.Generic

Method Details

AttributeValue() public method

public AttributeValue ( string name, string value, string flag ) : System.Collections.Generic
name string
value string
flag string
return System.Collections.Generic

Property Details

Name public_oe property

public string Name
return string

Value public_oe property

public string Value
return string