C# 클래스 Dev2.Activities.Designers2.Core.QuickVariableInput.QuickVariableInputViewModel

상속: System.Windows.DependencyObject, IClosable, IValidator, IErrorsSource
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CanAddProperty System.Windows.DependencyProperty
ErrorsProperty System.Windows.DependencyProperty
IsClosedProperty System.Windows.DependencyProperty
IsOverwriteEnabledProperty System.Windows.DependencyProperty
IsPrefixFocusedProperty System.Windows.DependencyProperty
IsSplitOnFocusedProperty System.Windows.DependencyProperty
IsSplitTokenEnabledProperty System.Windows.DependencyProperty
IsSuffixFocusedProperty System.Windows.DependencyProperty
IsValidProperty System.Windows.DependencyProperty
IsVariableListFocusedProperty System.Windows.DependencyProperty
OverwriteProperty DependencyProperty
PrefixProperty DependencyProperty
RemoveEmptyEntriesProperty DependencyProperty
SplitTokenProperty DependencyProperty
SplitTypeListProperty DependencyProperty
SplitTypeProperty DependencyProperty
SuffixProperty DependencyProperty
VariableListStringProperty DependencyProperty

공개 메소드들

메소드 설명
QuickVariableInputViewModel ( Action addToCollection ) : System
SplitTypeChanged ( ) : void
UpdatePreviewViewModelInputs ( ) : void
UpdateUiState ( ) : void
Validate ( ) : void

보호된 메소드들

메소드 설명
DoAdd ( object o ) : void
DoClear ( object o ) : void
DoPreview ( object sender, PreviewRequestedEventArgs args ) : void
GetPreviewOutput ( ) : string

비공개 메소드들

메소드 설명
CreateTokenizer ( ) : IDev2Tokenizer
IsValidName ( string value ) : bool
IsValidRecordsetPrefix ( string value ) : bool
OnErrorsChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnIsClosedChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnSplitTypeChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnUiStateChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
ValidationErrorsForCharsSplit ( ) : IEnumerable
ValidationErrorsForIndexSplit ( ) : IEnumerable
ValidationErrorsImpl ( ) : IEnumerable

메소드 상세

DoAdd() 보호된 메소드

protected DoAdd ( object o ) : void
o object
리턴 void

DoClear() 보호된 메소드

protected DoClear ( object o ) : void
o object
리턴 void

DoPreview() 보호된 메소드

protected DoPreview ( object sender, PreviewRequestedEventArgs args ) : void
sender object
args PreviewRequestedEventArgs
리턴 void

GetPreviewOutput() 보호된 메소드

protected GetPreviewOutput ( ) : string
리턴 string

QuickVariableInputViewModel() 공개 메소드

public QuickVariableInputViewModel ( Action addToCollection ) : System
addToCollection Action
리턴 System

SplitTypeChanged() 공개 메소드

public SplitTypeChanged ( ) : void
리턴 void

UpdatePreviewViewModelInputs() 공개 메소드

public UpdatePreviewViewModelInputs ( ) : void
리턴 void

UpdateUiState() 공개 메소드

public UpdateUiState ( ) : void
리턴 void

Validate() 공개 메소드

public Validate ( ) : void
리턴 void

프로퍼티 상세

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public static DependencyProperty OverwriteProperty
리턴 DependencyProperty

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

public static DependencyProperty PrefixProperty
리턴 DependencyProperty

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

public static DependencyProperty RemoveEmptyEntriesProperty
리턴 DependencyProperty

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

public static DependencyProperty SplitTokenProperty
리턴 DependencyProperty

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

public static DependencyProperty SplitTypeListProperty
리턴 DependencyProperty

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

public static DependencyProperty SplitTypeProperty
리턴 DependencyProperty

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

public static DependencyProperty SuffixProperty
리턴 DependencyProperty

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

public static DependencyProperty VariableListStringProperty
리턴 DependencyProperty