Class TableAttributeJsonImpl
Contains helper methods for creating a table attribute.
Inheritance
TableAttributeJsonImpl
Namespace: BiExcellence.OpenBi.Api.Commands.TableAttributes.Internal
Assembly: BiExcellence.OpenBi.Api.TableAttribute.dll
Syntax
public static class TableAttributeJsonImpl
Methods
Factory(JsonElement, ITableAttributes?)
Helper method for deserializing a table attribute from a JsonElement.
Declaration
public static TableAttribute? Factory(JsonElement obj, ITableAttributes? tableAttributes)
Parameters
| Type | Name | Description |
|---|---|---|
| JsonElement | obj | The json element. |
| ITableAttributes | tableAttributes | The table attributes. |
Returns
| Type | Description |
|---|---|
| TableAttribute | A table attribute or |