이름 |
설명 |
BasePropertyInterceptor |
The base selector interceptor. It intercepts property getter and select elements by selector from BaseSelectorAttribute. Can cache the result if need. |
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. |
InvalidWriteOperationInterceptor |
The not supported interceptor which throws NotSupportedException. |
PropertyInterceptor |
The selector interceptor. It intercepts property getter and select elements by selector from BaseSelectorAttribute. Used for properties with type based on BaseHtmlElement. Can cache the result if need. |