public sealed class ServerViewRepository : IViewRepositoryPublic NotInheritable Class ServerViewRepository
Implements IViewRepositorypublic ref class ServerViewRepository sealed : IViewRepository[<SealedAttribute>]
type ServerViewRepository =
class
interface IViewRepository
end| ServerViewRepository | Серверный репозиторий для обращения к сервису представлений 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) |