Show / Hide Table of Contents

Class LookupPropertyModel

Represents a model for a specific lookup property.

Inheritance
object
BindableBase
LookupPropertyModel
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 LookupPropertyModel : BindableBase, INotifyPropertyChanged
Remarks

Initializes a new instance of the LookupPropertyModel class.

Constructors

View Source

LookupPropertyModel(IPropertyTag)

Represents a model for a specific lookup property.

Declaration
public LookupPropertyModel(IPropertyTag propertyTag)
Parameters
Type Name Description
IPropertyTag propertyTag

The property tag.

Remarks

Initializes a new instance of the LookupPropertyModel class.

Properties

View Source

AllowedSearchOptions

Gets the list of allowed search options.

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

LookupValue

Gets or sets the lookup value.

Declaration
public string LookupValue { get; set; }
Property Value
Type Description
string
View Source

PropertyName

Gets the property name.

Declaration
public string PropertyName { get; }
Property Value
Type Description
string
View Source

PropertyTag

Gets the underlying property tag.

Declaration
public IPropertyTag PropertyTag { get; }
Property Value
Type Description
IPropertyTag
View Source

SearchOption

Gets or sets the lookup value search option.

Declaration
public LookupValueSearchOption SearchOption { get; set; }
Property Value
Type Description
LookupValueSearchOption

Implements

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