C# Class Dev2.Core.Tests.Environments.TestEnvironmentModel

Inheritance: Dev2.Studio.Core.Models.EnvironmentModel
显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
TestEnvironmentModel ( IEventAggregator eventPublisher, System.Guid id, IEnvironmentConnection environmentConnection, IResourceRepository resourceRepository, bool publishEventsOnDispatcherThread = true ) : System

Protected Methods

Method Description
CreateAuthorizationService ( IEnvironmentConnection environmentConnection ) : IAuthorizationService

Method Details

CreateAuthorizationService() protected method

protected CreateAuthorizationService ( IEnvironmentConnection environmentConnection ) : IAuthorizationService
environmentConnection IEnvironmentConnection
return IAuthorizationService

TestEnvironmentModel() public method

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
return System