C# Class Dev2.Activities.Designers2.Core.QuickVariableInput.QuickVariableInputViewModel

Inheritance: System.Windows.DependencyObject, IClosable, IValidator, IErrorsSource
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
QuickVariableInputViewModel ( Action addToCollection ) : System
SplitTypeChanged ( ) : void
UpdatePreviewViewModelInputs ( ) : void
UpdateUiState ( ) : void
Validate ( ) : void

Méthodes protégées

Méthode Description
DoAdd ( object o ) : void
DoClear ( object o ) : void
DoPreview ( object sender, PreviewRequestedEventArgs args ) : void
GetPreviewOutput ( ) : string

Private Methods

Méthode Description
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

Method Details

DoAdd() protected méthode

protected DoAdd ( object o ) : void
o object
Résultat void

DoClear() protected méthode

protected DoClear ( object o ) : void
o object
Résultat void

DoPreview() protected méthode

protected DoPreview ( object sender, PreviewRequestedEventArgs args ) : void
sender object
args PreviewRequestedEventArgs
Résultat void

GetPreviewOutput() protected méthode

protected GetPreviewOutput ( ) : string
Résultat string

QuickVariableInputViewModel() public méthode

public QuickVariableInputViewModel ( Action addToCollection ) : System
addToCollection Action
Résultat System

SplitTypeChanged() public méthode

public SplitTypeChanged ( ) : void
Résultat void

UpdatePreviewViewModelInputs() public méthode

public UpdatePreviewViewModelInputs ( ) : void
Résultat void

UpdateUiState() public méthode

public UpdateUiState ( ) : void
Résultat void

Validate() public méthode

public Validate ( ) : void
Résultat void

Property Details

CanAddProperty public_oe static_oe property

public static DependencyProperty,System.Windows CanAddProperty
Résultat System.Windows.DependencyProperty

ErrorsProperty public_oe static_oe property

public static DependencyProperty,System.Windows ErrorsProperty
Résultat System.Windows.DependencyProperty

IsClosedProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsClosedProperty
Résultat System.Windows.DependencyProperty

IsOverwriteEnabledProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsOverwriteEnabledProperty
Résultat System.Windows.DependencyProperty

IsPrefixFocusedProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsPrefixFocusedProperty
Résultat System.Windows.DependencyProperty

IsSplitOnFocusedProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsSplitOnFocusedProperty
Résultat System.Windows.DependencyProperty

IsSplitTokenEnabledProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsSplitTokenEnabledProperty
Résultat System.Windows.DependencyProperty

IsSuffixFocusedProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsSuffixFocusedProperty
Résultat System.Windows.DependencyProperty

IsValidProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsValidProperty
Résultat System.Windows.DependencyProperty

IsVariableListFocusedProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsVariableListFocusedProperty
Résultat System.Windows.DependencyProperty

OverwriteProperty public_oe static_oe property

public static DependencyProperty OverwriteProperty
Résultat DependencyProperty

PrefixProperty public_oe static_oe property

public static DependencyProperty PrefixProperty
Résultat DependencyProperty

RemoveEmptyEntriesProperty public_oe static_oe property

public static DependencyProperty RemoveEmptyEntriesProperty
Résultat DependencyProperty

SplitTokenProperty public_oe static_oe property

public static DependencyProperty SplitTokenProperty
Résultat DependencyProperty

SplitTypeListProperty public_oe static_oe property

public static DependencyProperty SplitTypeListProperty
Résultat DependencyProperty

SplitTypeProperty public_oe static_oe property

public static DependencyProperty SplitTypeProperty
Résultat DependencyProperty

SuffixProperty public_oe static_oe property

public static DependencyProperty SuffixProperty
Résultat DependencyProperty

VariableListStringProperty public_oe static_oe property

public static DependencyProperty VariableListStringProperty
Résultat DependencyProperty