Class MyClass1
Implements
System.ComponentModel.INotifyPropertyChanged
System.ComponentModel.IDataErrorInfo
System.ComponentModel.INotifyDataErrorInfo
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Documentation.Examples.Controls.SearchBox
Assembly: Sartorius.SAF.Documentation.Examples.dll
Syntax
public class MyClass1 : ObservableObject, INotifyPropertyChanged, IDataErrorInfo, INotifyDataErrorInfo, INotifyDataPropertyChanged
Constructors
View SourceMyClass1()
Declaration
public MyClass1()
Properties
View SourceSearchScopes
Declaration
public IEnumerable<string> SearchScopes { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> |
SearchText
Declaration
public string SearchText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SelectedSearchScope
Declaration
public string SelectedSearchScope { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.ComponentModel.INotifyPropertyChanged
System.ComponentModel.IDataErrorInfo
System.ComponentModel.INotifyDataErrorInfo