public sealed class ViewService : IViewServicePublic NotInheritable Class ViewService
Implements IViewServicepublic ref class ViewService sealed : IViewService[<SealedAttribute>]
type ViewService =
class
interface IViewService
end| ViewService | Сервис, предоставляющий доступ к представлениям, доступным в системе. |
| 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. |
| 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) |