Class F4ValueExtensions
Extension methods for IF4Value.
Inheritance
F4ValueExtensions
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public static class F4ValueExtensions
Methods
ToFilter(IF4Value)
Converts a f4value to a filter.
Declaration
public static IFilter ToFilter(this IF4Value f4value)
Parameters
Type | Name | Description |
---|---|---|
IF4Value | f4value | The f4value. |
Returns
Type | Description |
---|---|
IFilter |
ToHierarchy(IF4Values)
Converts f4values to a hierarchy.
Declaration
public static HierarchyNode<IF4Value> ToHierarchy(this IF4Values f4Values)
Parameters
Type | Name | Description |
---|---|---|
IF4Values | f4Values | The f4values. |
Returns
Type | Description |
---|---|
HierarchyNode<IF4Value> |
ToHierarchy(IEnumerable<IF4Value>)
Converts a list of f4values to a hierarchy.
Declaration
public static HierarchyNode<IF4Value> ToHierarchy(this IEnumerable<IF4Value> f4Values)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IF4Value> | f4Values | The f4values. |
Returns
Type | Description |
---|---|
HierarchyNode<IF4Value> |