public sealed class CurrentUserViewService : ICurrentUserViewService,
IViewServicePublic NotInheritable Class CurrentUserViewService
Implements ICurrentUserViewService, IViewServicepublic ref class CurrentUserViewService sealed : ICurrentUserViewService,
IViewService[<SealedAttribute>]
type CurrentUserViewService =
class
interface ICurrentUserViewService
interface IViewService
end| CurrentUserViewService | Сервис IViewService с ограничением на предоставление представлений только текущему пользователю. |
| 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) |
| GetAllViewsAsync | Возвращает список всех представлений. |
| GetByNameAsync | Возвращает представление по имени (алиасу) или null, если представление не найдено. |
| GetByNamesAsync | Возвращает список представлений, заданных именами (алиасами) в списке viewsNames. |
| GetByReferencesAsync | Возвращает список представлений, в метаданных которых имеются ссылки IViewReferenceMetadata с RefSection, соответствующим одному из значений параметра refSection. |
| GetDataAsync | Получает данные предоставления на основании полученного запроса. |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| 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) |