C# 클래스 Dev2.Studio.ViewModels.Workflow.DsfActivityDropViewModel

상속: Dev2.Studio.Core.ViewModels.Base.SimpleBaseViewModel
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
GetEnvironmentRepository Func

Private Properties

프로퍼티 타입 설명
CanSelect bool
Cancel void
CheckIfSelectedItemChanged void
Init void

공개 메소드들

메소드 설명
DsfActivityDropViewModel ( INavigationViewModel navigationViewModel, enDsfActivityType dsfActivityType ) : System
Okay ( ) : void

Used for saving the data input by the user to the file system and pushing the data back at the workflow

보호된 메소드들

메소드 설명
OnDispose ( ) : void

비공개 메소드들

메소드 설명
CanSelect ( ) : bool
Cancel ( ) : void

Used for canceling the drop of t he design surface

CheckIfSelectedItemChanged ( object sender, PropertyChangedEventArgs propertyChangedEventArgs ) : void
Init ( ) : void

메소드 상세

DsfActivityDropViewModel() 공개 메소드

public DsfActivityDropViewModel ( INavigationViewModel navigationViewModel, enDsfActivityType dsfActivityType ) : System
navigationViewModel INavigationViewModel
dsfActivityType enDsfActivityType
리턴 System

Okay() 공개 메소드

Used for saving the data input by the user to the file system and pushing the data back at the workflow
public Okay ( ) : void
리턴 void

OnDispose() 보호된 메소드

protected OnDispose ( ) : void
리턴 void

프로퍼티 상세

GetEnvironmentRepository 공개적으로 프로퍼티

public Func GetEnvironmentRepository
리턴 Func