Class DataSourceTypeEditor
Provides an abstract base class for property editors that require inspecting the runtime notifications of an operator to provide their functionality.
public abstract class DataSourceTypeEditor : UITypeEditor
- Inheritance
-
DataSourceTypeEditor
- Derived
- Inherited Members
Constructors
- DataSourceTypeEditor(DataSource)
Initializes a new instance of the DataSourceTypeEditor class using the specified data source.
- DataSourceTypeEditor(DataSource, Type)
Initializes a new instance of the DataSourceTypeEditor class using the specified data source and target data type.
Methods
- GetDataSource(ITypeDescriptorContext, IServiceProvider)
Gets the source of runtime notifications arriving to or from the operator.