C# Class Dev2.ViewModels.QuickVariableInput.QuickVariableInputViewModel

Inheritance: INotifyPropertyChanged, IDisposable
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode Description
AddToActivity ( ) : void
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

MakeDataListReady ( IList listToMakeReady ) : List
Preview ( ) : void
QuickVariableInputViewModel ( QuickVariableInputModel model ) : System
Split ( ) : List

Méthodes protégées

Méthode Description
ClearData ( ) : void
OnClose ( ) : void
OnDispose ( ) : void

Child classes can override this method to perform clean-up logic, such as removing event handlers.

OnPropertyChanged ( string propertyName ) : void

Private Methods

Méthode Description
CreateSplitPattern ( string stringToSplit, string splitType, string at ) : IDev2Tokenizer
ValidateFields ( ) : bool
ValidateName ( string value ) : bool
ValidateRecordsetPrefix ( string value ) : bool

Method Details

AddToActivity() public méthode

public AddToActivity ( ) : void
Résultat void

ClearData() protected méthode

protected ClearData ( ) : void
Résultat void

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

MakeDataListReady() public méthode

public MakeDataListReady ( IList listToMakeReady ) : List
listToMakeReady IList
Résultat List

OnClose() protected méthode

protected OnClose ( ) : void
Résultat void

OnDispose() protected méthode

Child classes can override this method to perform clean-up logic, such as removing event handlers.
protected OnDispose ( ) : void
Résultat void

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

Preview() public méthode

public Preview ( ) : void
Résultat void

QuickVariableInputViewModel() public méthode

public QuickVariableInputViewModel ( QuickVariableInputModel model ) : System
model Dev2.Studio.Core.Models.QuickVariableInput.QuickVariableInputModel
Résultat System

Split() public méthode

public Split ( ) : List
Résultat List