Show / Hide Table of Contents

Class PropertyTrackerViewModel

Contains the view model logic for the property manager view.

Inheritance
object
BindableBase
PropertyTrackerViewModel
Implements
INotifyPropertyChanged
Inherited Members
BindableBase.SetProperty<T>(ref T, T, string)
BindableBase.SetProperty<T>(ref T, T, Action, string)
BindableBase.RaisePropertyChanged(string)
BindableBase.OnPropertyChanged(PropertyChangedEventArgs)
BindableBase.PropertyChanged
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class PropertyTrackerViewModel : BindableBase, INotifyPropertyChanged

Constructors

View Source

PropertyTrackerViewModel()

Initializes a new instance of the PropertyTrackerViewModel class.

Declaration
public PropertyTrackerViewModel()

Properties

View Source

AllowedMultiSearchOptions

Gets the list of allowed lookup value multi search options.

Declaration
public static IEnumerable<LookupValueMultiSearchOption> AllowedMultiSearchOptions { get; }
Property Value
Type Description
IEnumerable<LookupValueMultiSearchOption>
View Source

LookupPropertyModels

Gets the collection of lookup property models.

Declaration
public ObservableCollection<LookupPropertyModel> LookupPropertyModels { get; }
Property Value
Type Description
ObservableCollection<LookupPropertyModel>
View Source

MultiSearchOption

Gets or sets the lookup value multi search option.

Declaration
public LookupValueMultiSearchOption MultiSearchOption { get; set; }
Property Value
Type Description
LookupValueMultiSearchOption

Methods

View Source

SetSource(PropertyTrackerSource)

Sets the tracker source for this view model.

Declaration
public void SetSource(PropertyTrackerSource source)
Parameters
Type Name Description
PropertyTrackerSource source

The property tracker source to use for the tracking calls.

Implements

INotifyPropertyChanged
  • View Source
In this article
Back to top Generated by DocFX