public sealed class ExampleInterceptor : ViewInterceptorBase
Public NotInheritable Class ExampleInterceptor
Inherits ViewInterceptorBase
public ref class ExampleInterceptor sealed : public ViewInterceptorBase
[<SealedAttribute>]
type ExampleInterceptor =
class
inherit ViewInterceptorBase
end
ExampleInterceptor | Initializes a new instance of the ExampleInterceptor class. Инициализирует новый экземпляр класса Object. |
InterceptedViews |
Перехватываемые IViewInterceptor представления
(Унаследован от ViewInterceptorBase) |
Order |
Очередность выполнения IViewInterceptor.
Значение по умолчанию в Order равно 0 (Унаследован от ViewInterceptorBase) |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetDataAsync |
Осуществляет выполнение запроса на получение данных
(Переопределяет ViewInterceptorBaseGetDataAsync(ITessaViewRequest, CancellationToken)) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetInterceptedViewAliasesAsync |
Возвращает алиасы представлений, которые будет перехватывать данный Interceptor.
Стандартная реализация [!:GetInterceptedViewAliasesAsync(IList<ITessaView>)] возвращет алиасы полученных в конструкторе представлений.
При перегрузке данного метода в классе наследние в конструктор ViewInterceptorBase(String) можно ничего не передавать.
(Унаследован от ViewInterceptorBase) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
Get | (Определяется ComHelper) |
InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
Invoke | (Определяется ComHelper) |
Set | (Определяется ComHelper) |