Class AffectedDataProvider
Represents an affected data provider.
Inheritance
AffectedDataProvider
Implements
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public class AffectedDataProvider : IAffectedDataProvider
Constructors
AffectedDataProvider(IDataProviderView, AffectedDataProviderMode)
Initializes a new instance of the AffectedDataProvider class.
Declaration
public AffectedDataProvider(IDataProviderView dataProviderView, AffectedDataProviderMode mode)
Parameters
Type | Name | Description |
---|---|---|
IDataProviderView | dataProviderView | The data provider view. |
AffectedDataProviderMode | mode | The mode. |
AffectedDataProvider(string, AffectedDataProviderMode)
Initializes a new instance of the AffectedDataProvider class.
Declaration
public AffectedDataProvider(string dataProviderName, AffectedDataProviderMode mode)
Parameters
Type | Name | Description |
---|---|---|
string | dataProviderName | The data provider name. |
AffectedDataProviderMode | mode | The mode. |
Properties
DataProviderName
Gets the data provider name.
Declaration
public string DataProviderName { get; }
Property Value
Type | Description |
---|---|
string |
Mappings
Gets the info object id mappings from source (this) to target.
Declaration
public IDictionary<string, string> Mappings { get; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
Mode
Gets the mode.
Declaration
public AffectedDataProviderMode Mode { get; set; }
Property Value
Type | Description |
---|---|
AffectedDataProviderMode |