Property | Type | Description | |
---|---|---|---|
CanAddProperty | |||
ErrorsProperty | |||
IsClosedProperty | |||
IsOverwriteEnabledProperty | |||
IsPrefixFocusedProperty | |||
IsSplitOnFocusedProperty | |||
IsSplitTokenEnabledProperty | |||
IsSuffixFocusedProperty | |||
IsValidProperty | |||
IsVariableListFocusedProperty | |||
OverwriteProperty | DependencyProperty | ||
PrefixProperty | DependencyProperty | ||
RemoveEmptyEntriesProperty | DependencyProperty | ||
SplitTokenProperty | DependencyProperty | ||
SplitTypeListProperty | DependencyProperty | ||
SplitTypeProperty | DependencyProperty | ||
SuffixProperty | DependencyProperty | ||
VariableListStringProperty | DependencyProperty |
Method | Description | |
---|---|---|
QuickVariableInputViewModel ( Action |
||
SplitTypeChanged ( ) : void | ||
UpdatePreviewViewModelInputs ( ) : void | ||
UpdateUiState ( ) : void | ||
Validate ( ) : void |
Method | Description | |
---|---|---|
DoAdd ( object o ) : void | ||
DoClear ( object o ) : void | ||
DoPreview ( object sender, PreviewRequestedEventArgs args ) : void | ||
GetPreviewOutput ( ) : string |
Method | Description | |
---|---|---|
CreateTokenizer ( ) : IDev2Tokenizer | ||
IsValidName ( string value ) : bool | ||
IsValidRecordsetPrefix ( string value ) : bool | ||
OnErrorsChanged ( |
||
OnIsClosedChanged ( |
||
OnSplitTypeChanged ( |
||
OnUiStateChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void | ||
ValidationErrorsForCharsSplit ( ) : IEnumerable |
||
ValidationErrorsForIndexSplit ( ) : IEnumerable |
||
ValidationErrorsImpl ( ) : IEnumerable |
protected DoPreview ( object sender, PreviewRequestedEventArgs args ) : void | ||
sender | object | |
args | PreviewRequestedEventArgs | |
return | void |
public QuickVariableInputViewModel ( Action |
||
addToCollection | Action |
|
return | System |
public UpdatePreviewViewModelInputs ( ) : void | ||
return | void |
public static DependencyProperty,System.Windows CanAddProperty | ||
return |
public static DependencyProperty,System.Windows ErrorsProperty | ||
return |
public static DependencyProperty,System.Windows IsClosedProperty | ||
return |
public static DependencyProperty,System.Windows IsOverwriteEnabledProperty | ||
return |
public static DependencyProperty,System.Windows IsPrefixFocusedProperty | ||
return |
public static DependencyProperty,System.Windows IsSplitOnFocusedProperty | ||
return |
public static DependencyProperty,System.Windows IsSplitTokenEnabledProperty | ||
return |
public static DependencyProperty,System.Windows IsSuffixFocusedProperty | ||
return |
public static DependencyProperty,System.Windows IsValidProperty | ||
return |
public static DependencyProperty,System.Windows IsVariableListFocusedProperty | ||
return |
public static DependencyProperty OverwriteProperty | ||
return | DependencyProperty |
public static DependencyProperty PrefixProperty | ||
return | DependencyProperty |
public static DependencyProperty RemoveEmptyEntriesProperty | ||
return | DependencyProperty |
public static DependencyProperty SplitTokenProperty | ||
return | DependencyProperty |
public static DependencyProperty SplitTypeListProperty | ||
return | DependencyProperty |
public static DependencyProperty SplitTypeProperty | ||
return | DependencyProperty |
public static DependencyProperty SuffixProperty | ||
return | DependencyProperty |