C# Class Heimiko.WebElement

Afficher le fichier Open project: Heimiko/NzbSearcher Class Usage Examples

Protected Properties

Свойство Type Description
_Attributes string
_Content string

Méthodes publiques

Méthode Description
GetAttributeValue ( string Name ) : string
GetComboValues ( string ComboBoxName ) : string>.Dictionary
GetElement ( string ElementType, string AttributeCompare, string AttributeValue ) : WebElement
GetElement ( string ElementType, string AttributeCompare, string AttributeValue, int &StartIndex ) : WebElement

WARNING: doesn't properly handle nested elements!

Méthodes protégées

Méthode Description
GetAttributeValue ( string ElementAttributes, string AttrName ) : string

Method Details

GetAttributeValue() public méthode

public GetAttributeValue ( string Name ) : string
Name string
Résultat string

GetAttributeValue() protected méthode

protected GetAttributeValue ( string ElementAttributes, string AttrName ) : string
ElementAttributes string
AttrName string
Résultat string

GetComboValues() public méthode

public GetComboValues ( string ComboBoxName ) : string>.Dictionary
ComboBoxName string
Résultat string>.Dictionary

GetElement() public méthode

public GetElement ( string ElementType, string AttributeCompare, string AttributeValue ) : WebElement
ElementType string
AttributeCompare string
AttributeValue string
Résultat WebElement

GetElement() public méthode

WARNING: doesn't properly handle nested elements!
public GetElement ( string ElementType, string AttributeCompare, string AttributeValue, int &StartIndex ) : WebElement
ElementType string
AttributeCompare string
AttributeValue string
StartIndex int
Résultat WebElement

Property Details

_Attributes protected_oe property

protected string _Attributes
Résultat string

_Content protected_oe property

protected string _Content
Résultat string