Version

ConditionFilterCommand Class Members

The following tables list the members exposed by ConditionFilterCommand.

Public Constructors
 NameDescription
Public ConstructorConditionFilterCommand ConstructorInitalizes a new ConditionFilterCommand  
Public Properties
 NameDescription
Public PropertyConditionReturns or sets the condition that will be used to update the record filter for the Field  
Public PropertyShowCustomFilterDialogReturns or sets a boolean indicating whether to show the custom dialog with the new condition. (Inherited from Infragistics.Windows.DataPresenter.RecordFilterCommandBase)
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Protected Methods
 NameDescription
Protected MethodCanExecuteOverridden. Used to determine if the commmand may be executed for the specified field and recordmanager.  
Protected MethodExecuteUsed to invoke the command for the specified Field and RecordManager (Inherited from Infragistics.Windows.DataPresenter.RecordFilterCommandBase)
Protected MethodGetConditionOverridden. Used to obtain the condition that will be used to update the record filter for the field  
Protected MethodOnFirstListenerAdding (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodSetField<T>Used to change the value of a field and raise the (Inherited from Infragistics.Windows.DataPresenter.RecordFilterCommandBase)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
See Also