C# 클래스 Dev2.Core.Tests.Dialogs.TestResourcePickerDialog

상속: ResourcePickerDialog
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
TestResourcePickerDialog ( enDsfActivityType activityType ) : Caliburn.Micro

Creates a picker suitable for dropping from the toolbox.

TestResourcePickerDialog ( enDsfActivityType activityType, IEnvironmentModel source ) : Caliburn.Micro

Creates a picker suitable for picking from the given environment.

TestResourcePickerDialog ( enDsfActivityType activityType, IEnvironmentRepository environmentRepository, IEventAggregator eventPublisher, IAsyncWorker asyncWorker, bool isFromDrop, IStudioResourceRepository studioResourceRepository ) : Caliburn.Micro

보호된 메소드들

메소드 설명
CreateDialog ( DsfActivityDropViewModel dataContext ) : IDialog

메소드 상세

CreateDialog() 보호된 메소드

protected CreateDialog ( DsfActivityDropViewModel dataContext ) : IDialog
dataContext Dev2.Studio.ViewModels.Workflow.DsfActivityDropViewModel
리턴 IDialog

TestResourcePickerDialog() 공개 메소드

Creates a picker suitable for dropping from the toolbox.
public TestResourcePickerDialog ( enDsfActivityType activityType ) : Caliburn.Micro
activityType enDsfActivityType
리턴 Caliburn.Micro

TestResourcePickerDialog() 공개 메소드

Creates a picker suitable for picking from the given environment.
public TestResourcePickerDialog ( enDsfActivityType activityType, IEnvironmentModel source ) : Caliburn.Micro
activityType enDsfActivityType
source IEnvironmentModel
리턴 Caliburn.Micro

TestResourcePickerDialog() 공개 메소드

public TestResourcePickerDialog ( enDsfActivityType activityType, IEnvironmentRepository environmentRepository, IEventAggregator eventPublisher, IAsyncWorker asyncWorker, bool isFromDrop, IStudioResourceRepository studioResourceRepository ) : Caliburn.Micro
activityType enDsfActivityType
environmentRepository IEnvironmentRepository
eventPublisher IEventAggregator
asyncWorker IAsyncWorker
isFromDrop bool
studioResourceRepository IStudioResourceRepository
리턴 Caliburn.Micro