Interface IAffectedDataProvider
Represents an affected data provider.
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public interface IAffectedDataProvider
Properties
DataProviderName
Gets the data provider name.
Declaration
string DataProviderName { get; }
Property Value
Type | Description |
---|---|
string |
Mappings
Gets the info object id mappings from source (this) to target.
Declaration
IDictionary<string, string> Mappings { get; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
Mode
Gets the mode.
Declaration
AffectedDataProviderMode Mode { get; set; }
Property Value
Type | Description |
---|---|
AffectedDataProviderMode |