public sealed class ChangeConnectionInterceptor : ViewInterceptorBasePublic NotInheritable Class ChangeConnectionInterceptor
Inherits ViewInterceptorBasepublic ref class ChangeConnectionInterceptor sealed : public ViewInterceptorBase[<SealedAttribute>]
type ChangeConnectionInterceptor =
class
inherit ViewInterceptorBase
end| ChangeConnectionInterceptor | Инициализирует новый экземпляр класса ChangeConnectionInterceptor |
| 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 |
Осуществляет выполнение запроса на получение данных
(Переопределяет ViewInterceptorBase.GetDataAsync(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) |