Class DataProviderUtils
Inheritance
DataProviderUtils
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders.Internal
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public static class DataProviderUtils
Methods
ParseAlertLevelIdFromString(string?)
Declaration
public static int ParseAlertLevelIdFromString(string? content)
Parameters
| Type | Name | Description |
|---|---|---|
| string | content |
Returns
| Type | Description |
|---|---|
| int |
ParseGridCellContentFromString(string?)
Declaration
public static GridCellContent ParseGridCellContentFromString(string? content)
Parameters
| Type | Name | Description |
|---|---|---|
| string | content |
Returns
| Type | Description |
|---|---|
| GridCellContent |