C# 클래스 Dev2.Activities.Designers2.Core.ActivityCollectionDesignerViewModel

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

공개 프로퍼티들

프로퍼티 타입 설명
QuickVariableInputViewModelProperty System.Windows.DependencyProperty
ShowQuickVariableInputProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
CanInsertAt ( int indexNumber ) : bool
CanRemoveAt ( int indexNumber ) : bool
Collapse ( ) : void
InsertAt ( int indexNumber ) : void
OnSelectionChanged ( System.Activities.Presentation.Model.ModelItem oldItem, System.Activities.Presentation.Model.ModelItem newItem ) : void
RemoveAt ( int indexNumber ) : void
Restore ( ) : void
UpdateDisplayName ( ) : void

보호된 메소드들

메소드 설명
ActivityCollectionDesignerViewModel ( System.Activities.Presentation.Model.ModelItem modelItem ) : System.Activities.Presentation.Model
AddTitleBarQuickVariableInputToggle ( ) : void
AddToCollection ( IEnumerable source, bool overWrite ) : void
OnDispose ( ) : void
OnToggleCheckedChanged ( string propertyName, bool isChecked ) : void

메소드 상세

ActivityCollectionDesignerViewModel() 보호된 메소드

protected ActivityCollectionDesignerViewModel ( System.Activities.Presentation.Model.ModelItem modelItem ) : System.Activities.Presentation.Model
modelItem System.Activities.Presentation.Model.ModelItem
리턴 System.Activities.Presentation.Model

AddTitleBarQuickVariableInputToggle() 보호된 메소드

protected AddTitleBarQuickVariableInputToggle ( ) : void
리턴 void

AddToCollection() 보호된 추상적인 메소드

protected abstract AddToCollection ( IEnumerable source, bool overWrite ) : void
source IEnumerable
overWrite bool
리턴 void

CanInsertAt() 공개 추상적인 메소드

public abstract CanInsertAt ( int indexNumber ) : bool
indexNumber int
리턴 bool

CanRemoveAt() 공개 추상적인 메소드

public abstract CanRemoveAt ( int indexNumber ) : bool
indexNumber int
리턴 bool

Collapse() 공개 메소드

public Collapse ( ) : void
리턴 void

InsertAt() 공개 추상적인 메소드

public abstract InsertAt ( int indexNumber ) : void
indexNumber int
리턴 void

OnDispose() 보호된 메소드

protected OnDispose ( ) : void
리턴 void

OnSelectionChanged() 공개 추상적인 메소드

public abstract OnSelectionChanged ( System.Activities.Presentation.Model.ModelItem oldItem, System.Activities.Presentation.Model.ModelItem newItem ) : void
oldItem System.Activities.Presentation.Model.ModelItem
newItem System.Activities.Presentation.Model.ModelItem
리턴 void

OnToggleCheckedChanged() 보호된 메소드

protected OnToggleCheckedChanged ( string propertyName, bool isChecked ) : void
propertyName string
isChecked bool
리턴 void

RemoveAt() 공개 추상적인 메소드

public abstract RemoveAt ( int indexNumber ) : void
indexNumber int
리턴 void

Restore() 공개 메소드

public Restore ( ) : void
리턴 void

UpdateDisplayName() 공개 추상적인 메소드

public abstract UpdateDisplayName ( ) : void
리턴 void

프로퍼티 상세

QuickVariableInputViewModelProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows QuickVariableInputViewModelProperty
리턴 System.Windows.DependencyProperty

ShowQuickVariableInputProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ShowQuickVariableInputProperty
리턴 System.Windows.DependencyProperty