Class MyClass2
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 MyClass2 : ObservableObject, INotifyPropertyChanged, IDataErrorInfo, INotifyDataErrorInfo, INotifyDataPropertyChanged
Constructors
View SourceMyClass2()
Declaration
public MyClass2()
Properties
View SourceResetCommand
Declaration
public ICommand ResetCommand { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
SearchScopes
Declaration
public IEnumerable<MyClass2.SearchScope> SearchScopes { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<MyClass2.SearchScope> |
SearchText
Declaration
public string SearchText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SelectedSearchScope
Declaration
public MyClass2.SearchScope SelectedSearchScope { get; set; }
Property Value
Type | Description |
---|---|
MyClass2.SearchScope |
Implements
System.ComponentModel.INotifyPropertyChanged
System.ComponentModel.IDataErrorInfo
System.ComponentModel.INotifyDataErrorInfo