C# 클래스 Selenol.SelectorAttributes.Interceptors.CollectionPropertyInterceptor

The selector interceptor. It intercepts property getter and select elements by selector from BaseSelectorAttribute. Used for properties with generic collection type based on ReadOnlyCollection{T}. With generic argument based on BaseHtmlElement Can cache the result if need.
상속: BasePropertyInterceptor
파일 보기 프로젝트 열기: pbakshy/Selenol

보호된 메소드들

메소드 설명
SelectPropertyValue ( Type propertyType, object context, By selector ) : object

Selects value for the proxied property.

비공개 메소드들

메소드 설명
CreateReadOnlyCollection ( Type genericArgType, object list ) : object
SelectElements ( object context, By selector, Type genericArgType ) : object
ToList ( Type genericArgType, object elements ) : object

메소드 상세

SelectPropertyValue() 보호된 메소드

Selects value for the proxied property.
protected SelectPropertyValue ( Type propertyType, object context, By selector ) : object
propertyType System.Type The property type.
context object The page.
selector OpenQA.Selenium.By The selector.
리턴 object