Class StringTableAttribute
Represents a string table attribute.
Inheritance
StringTableAttribute
Implements
Inherited Members
Namespace: BiExcellence.OpenBi.Api.Commands.TableAttributes
Assembly: BiExcellence.OpenBi.Api.TableAttribute.dll
Syntax
public class StringTableAttribute : TableAttribute, ITableAttribute<string>, ITableAttribute, ICustomAttributes
Constructors
StringTableAttribute(string, string, string)
Initializes a new instance of the StringTableAttribute class.
Declaration
public StringTableAttribute(string id, string table, string name)
Parameters
Type | Name | Description |
---|---|---|
string | id | The id. |
string | table | The table name. |
string | name | The name. |
StringTableAttribute(string, string)
Initializes a new instance of the StringTableAttribute class.
Declaration
public StringTableAttribute(string table, string name)
Parameters
Type | Name | Description |
---|---|---|
string | table | The table name. |
string | name | The name. |
Methods
Deserialize(string?)
Deserializes the object based on the Type.
Declaration
public override object? Deserialize(string? obj)
Parameters
Type | Name | Description |
---|---|---|
string | obj | The obejct. |
Returns
Type | Description |
---|---|
object | The deserialized object. |
Overrides
Deserialize(JsonElement)
Deserializes the json element based on the Type.
Declaration
public override object? Deserialize(JsonElement element)
Parameters
Type | Name | Description |
---|---|---|
JsonElement | element | The json element. |
Returns
Type | Description |
---|---|
object | The deserialized object. |