PickerItemBase Class

base view model for item picker controls (such as a ComboBox) that provides text filtering functionality on the list of items

Inheritance Hierarchy

System..::..Object
  Microsoft.Data.Relational.Design.Controls..::..PickerItemBase

Namespace:  Microsoft.Data.Relational.Design.Controls
Assembly:  Microsoft.Data.Tools.Relational.Design (in Microsoft.Data.Tools.Relational.Design.dll)

Syntax

'Declaration
Public Class PickerItemBase _
    Implements INotifyPropertyChanged
'Usage
Dim instance As PickerItemBase
public class PickerItemBase : INotifyPropertyChanged
public ref class PickerItemBase : INotifyPropertyChanged
type PickerItemBase =  
    class
        interface INotifyPropertyChanged
    end
public class PickerItemBase implements INotifyPropertyChanged

The PickerItemBase type exposes the following members.

Constructors

  Name Description
Public method PickerItemBase Initializes a new instance of the PickerItemBase class.

Top

Properties

  Name Description
Public property Category Gets or sets {insert text here}.
Public property FilterTextMatch Gets {insert text here}.
Public property Name Gets or sets {insert text here}.
Public property TextAfterMatch Gets {insert text here}.
Public property TextBeforeMatch Gets {insert text here}.

Top

Methods

  Name Description
Public method ApplyFilter
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Initialize
Protected method MemberwiseClone (Inherited from Object.)
Public method OnPropertyChanged
Protected method SetNoTextMatch
Public method ToString (Overrides Object..::..ToString() () () ().)

Top

Events

  Name Description
Public event PropertyChanged

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Data.Relational.Design.Controls Namespace