Interface IExecuteDefinition
Represents the execute definition.
Inherited Members
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public interface IExecuteDefinition : IGridDefinition
Properties
AffectedDataProviders
Gets the affected data providers.
Declaration
IList<IAffectedDataProviderExecuteDefinition> AffectedDataProviders { get; }
Property Value
Type | Description |
---|---|
IList<IAffectedDataProviderExecuteDefinition> |
DecimalSeparator
Gets the decimal separator.
Declaration
string? DecimalSeparator { get; }
Property Value
Type | Description |
---|---|
string |
GroupSeparator
Gets the group separator.
Declaration
string? GroupSeparator { get; }
Property Value
Type | Description |
---|---|
string |
HasDataProviderDefinitionChanged
Gets whether data provider definition has changed.
Declaration
bool HasDataProviderDefinitionChanged { get; }
Property Value
Type | Description |
---|---|
bool |
HasGeoLocations
Gets Whether view supports map.
Declaration
bool HasGeoLocations { get; }
Property Value
Type | Description |
---|---|
bool |
SupportsMasterData
Gets whether data provider supports master data.
Declaration
bool SupportsMasterData { get; }
Property Value
Type | Description |
---|---|
bool |