public abstract class ViewInterceptorBase : IViewInterceptorPublic MustInherit Class ViewInterceptorBase
Implements IViewInterceptorpublic ref class ViewInterceptorBase abstract : IViewInterceptor[<AbstractClassAttribute>]
type ViewInterceptorBase =
class
interface IViewInterceptor
end| ViewInterceptorBase | Конструктор класса |
| InterceptedViews | Перехватываемые IViewInterceptor представления |
| Order | Очередность выполнения IViewInterceptor. Значение по умолчанию в Order равно 0 |
| 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 | Осуществляет выполнение запроса на получение данных |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetInterceptedViewAliasesAsync | Возвращает алиасы представлений, которые будет перехватывать данный Interceptor. Стандартная реализация [!:GetInterceptedViewAliasesAsync(IList<ITessaView>)] возвращет алиасы полученных в конструкторе представлений. При перегрузке данного метода в классе наследние в конструктор ViewInterceptorBase(String) можно ничего не передавать. |
| 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) |