EditExtractOptionsContext Members
Provides data for the Data Source Wizard pages related to the ExtractDataSource type.Constructors
Name | Description |
---|---|
EditExtractOptionsContext() | Initializes a new instance of the EditExtractOptionsContext class. |
EditExtractOptionsContext(UserLookAndFeel, IWin32Window, DataSourceCollection) | Initializes a new instance of the EditExtractOptionsContext class with the specified settings. |
EditExtractOptionsContext(UserLookAndFeel, IWin32Window) | Initializes a new instance of the EditExtractOptionsContext class with the specified settings. |
Properties
Name | Description |
---|---|
DataDirectoryPatchingService | Gets or sets an object that translates a path specified in the connection string to an actual data source file path. |
DataSourceInfoService | Gets or sets an object that provides information on the dashboard’s data sources and data members. |
ExtractCreationService | Gets or sets an object that creates the extract data source. |
LookAndFeel | Provides access to the settings which control the Wizard pages’ look and feel. |
Owner | Gets or sets a Wizard’s parent window. |
ParametersService | Gets or sets an object that provides parameters used to get data from the data source. |
WizardCustomization | Gets or sets an object that customizes the Data Source Wizard pages for the Extract Data Source. |
WizardRunnerContext | Gets or sets an object that implements a certain functionality required to run the Data Source Wizard. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also