public sealed class ClientViewRepository : IViewRepositoryPublic NotInheritable Class ClientViewRepository
Implements IViewRepositorypublic ref class ClientViewRepository sealed : IViewRepository[<SealedAttribute>]
type ClientViewRepository =
class
interface IViewRepository
end| ClientViewRepository | Клиентский репозиторий для обращения к сервису представлений ITessaViewService. |
| ChangeAsync | Изменяет модели представлений в репозитории. |
| DeleteAsync | Удаляет модели представлений из репозитория. |
| 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) |
| GetAsync | Возвращает модели представлений из репозитория. |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| ImportAsync | Импортирует модели представлений в репозитории. Импорт связан с массовым созданием и изменением представлений с возможным удалением всех представлений перед импортом. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| NewAsync | Создаёт модели представлений в репозитории. |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |