C# Класс Dev2.Core.Tests.Environments.TestEnvironmentModel

Наследование: Dev2.Studio.Core.Models.EnvironmentModel
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
TestEnvironmentModel ( IEventAggregator eventPublisher, System.Guid id, IEnvironmentConnection environmentConnection, IResourceRepository resourceRepository, bool publishEventsOnDispatcherThread = true ) : System

Защищенные методы

Метод Описание
CreateAuthorizationService ( IEnvironmentConnection environmentConnection ) : IAuthorizationService

Описание методов

CreateAuthorizationService() защищенный Метод

protected CreateAuthorizationService ( IEnvironmentConnection environmentConnection ) : IAuthorizationService
environmentConnection IEnvironmentConnection
Результат IAuthorizationService

TestEnvironmentModel() публичный Метод

public TestEnvironmentModel ( IEventAggregator eventPublisher, System.Guid id, IEnvironmentConnection environmentConnection, IResourceRepository resourceRepository, bool publishEventsOnDispatcherThread = true ) : System
eventPublisher IEventAggregator
id System.Guid
environmentConnection IEnvironmentConnection
resourceRepository IResourceRepository
publishEventsOnDispatcherThread bool
Результат System