Show / Hide Table of Contents

Class MyClass2

Inheritance
System.Object
ObservableObject
MyClass2
Implements
System.ComponentModel.INotifyPropertyChanged
System.ComponentModel.IDataErrorInfo
System.ComponentModel.INotifyDataErrorInfo
INotifyDataPropertyChanged
ObservableObject.PropertyChanged
ObservableObject.HasErrors
ObservableObject.AddError(IError)
ObservableObject.CascadeErrors()
ObservableObject.ClearErrors()
ObservableObject.ForceValidation<T>(String, T)
ObservableObject.GetEntityErrors()
ObservableObject.GetErrors(String)
ObservableObject.OnDataPropertyChanged(String)
ObservableObject.OnErrorsChanged(String)
ObservableObject.OnPropertyChanged(String)
ObservableObject.OnValidate(String)
ObservableObject.RemoveError(Guid)
ObservableObject.RemoveError(IError)
ObservableObject.SetValue<T>(String, T, T)
ObservableObject.SetValue<T>(String, T, T, IEqualityComparer<T>)
ObservableObject.SetValue<T>(String, T, T, Action<T>, Action<T>)
ObservableObject.SetValue<T>(String, T, T, Action<T>, Action<T>, IEqualityComparer<T>)
ObservableObject.INotifyDataPropertyChanged.DataPropertyChanged
ObservableObject.INotifyDataErrorInfo.ErrorsChanged
ObservableObject.IDataErrorInfo.Error
ObservableObject.INotifyDataErrorInfo.HasErrors
ObservableObject.INotifyDataErrorInfo.GetErrors(String)
ObservableObject.IDataErrorInfo.Item[String]
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 Source

MyClass2()

Declaration
public MyClass2()

Properties

View Source

ResetCommand

Declaration
public ICommand ResetCommand { get; }
Property Value
Type Description
System.Windows.Input.ICommand
View Source

SearchScopes

Declaration
public IEnumerable<MyClass2.SearchScope> SearchScopes { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<MyClass2.SearchScope>
View Source

SearchText

Declaration
public string SearchText { get; set; }
Property Value
Type Description
System.String
View Source

SelectedSearchScope

Declaration
public MyClass2.SearchScope SelectedSearchScope { get; set; }
Property Value
Type Description
MyClass2.SearchScope

Implements

System.ComponentModel.INotifyPropertyChanged
System.ComponentModel.IDataErrorInfo
System.ComponentModel.INotifyDataErrorInfo
INotifyDataPropertyChanged
  • View Source
Back to top Generated by DocFX