C# 클래스 Heimiko.WebElement

파일 보기 프로젝트 열기: Heimiko/NzbSearcher 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_Attributes string
_Content string

공개 메소드들

메소드 설명
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!

보호된 메소드들

메소드 설명
GetAttributeValue ( string ElementAttributes, string AttrName ) : string

메소드 상세

GetAttributeValue() 공개 메소드

public GetAttributeValue ( string Name ) : string
Name string
리턴 string

GetAttributeValue() 보호된 메소드

protected GetAttributeValue ( string ElementAttributes, string AttrName ) : string
ElementAttributes string
AttrName string
리턴 string

GetComboValues() 공개 메소드

public GetComboValues ( string ComboBoxName ) : string>.Dictionary
ComboBoxName string
리턴 string>.Dictionary

GetElement() 공개 메소드

public GetElement ( string ElementType, string AttributeCompare, string AttributeValue ) : WebElement
ElementType string
AttributeCompare string
AttributeValue string
리턴 WebElement

GetElement() 공개 메소드

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
리턴 WebElement

프로퍼티 상세

_Attributes 보호되어 있는 프로퍼티

protected string _Attributes
리턴 string

_Content 보호되어 있는 프로퍼티

protected string _Content
리턴 string