C# Class Zetbox.Client.Presentables.ZetboxBase.TagPropertyEditorViewModel

Inheritance: StringValueViewModel
Afficher le fichier Open project: daszat/zetbox Class Usage Examples

Méthodes publiques

Méthode Description
AddTag ( string text ) : void
RemoveTag ( string text ) : void
ResetPossibleValues ( ) : void
SplitValueItems ( string value ) : string[]
TagPropertyEditorViewModel ( IViewModelDependencies dependencies, IZetboxContext dataCtx, ViewModel parent, IValueModel mdl ) : System

Méthodes protégées

Méthode Description
GetPossibleValuesAsync ( ) : ZbTask>
OnPropertyChanged ( string propertyName ) : void

Private Methods

Méthode Description
EnsureValuePossible ( string value ) : void
TriggerPossibleValuesROAsync ( ) : void

Method Details

AddTag() public méthode

public AddTag ( string text ) : void
text string
Résultat void

GetPossibleValuesAsync() protected méthode

protected GetPossibleValuesAsync ( ) : ZbTask>
Résultat ZbTask>

OnPropertyChanged() protected méthode

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

RemoveTag() public méthode

public RemoveTag ( string text ) : void
text string
Résultat void

ResetPossibleValues() public méthode

public ResetPossibleValues ( ) : void
Résultat void

SplitValueItems() public static méthode

public static SplitValueItems ( string value ) : string[]
value string
Résultat string[]

TagPropertyEditorViewModel() public méthode

public TagPropertyEditorViewModel ( IViewModelDependencies dependencies, IZetboxContext dataCtx, ViewModel parent, IValueModel mdl ) : System
dependencies IViewModelDependencies
dataCtx IZetboxContext
parent ViewModel
mdl IValueModel
Résultat System