C# Class WinRTXamlToolkit.Debugging.ViewModels.BasePropertyViewModel

Inheritance: BindableBase
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Protected Properties

Свойство Type Description
_isDefault bool?

Méthodes publiques

Méthode Description
Analyze ( ) : void
BasePropertyViewModel ( DependencyObjectViewModel elementViewModel ) : System
FindSimilar ( ) : void
Refresh ( ) : void
ResetValue ( ) : void
TryGetValue ( object model, object &value ) : bool

Gets the value of the property on the specified object.

Private Methods

Méthode Description
AddSimilarElementsAsync ( List elements, object baseValue, VisualTreeItemViewModel item ) : System.Threading.Tasks.Task
OnPropertyChanged ( object sender, PropertyChangedEventArgs propertyChangedEventArgs ) : void

Method Details

Analyze() public abstract méthode

public abstract Analyze ( ) : void
Résultat void

BasePropertyViewModel() public méthode

public BasePropertyViewModel ( DependencyObjectViewModel elementViewModel ) : System
elementViewModel DependencyObjectViewModel
Résultat System

FindSimilar() public méthode

public FindSimilar ( ) : void
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

ResetValue() public abstract méthode

public abstract ResetValue ( ) : void
Résultat void

TryGetValue() public abstract méthode

Gets the value of the property on the specified object.
public abstract TryGetValue ( object model, object &value ) : bool
model object
value object
Résultat bool

Property Details

_isDefault protected_oe property

protected bool? _isDefault
Résultat bool?