Interface ITableAttributes<T>
Represents a table attribute collection.
Namespace: BiExcellence.OpenBi.Api.Commands.TableAttributes
Assembly: BiExcellence.OpenBi.Api.TableAttribute.dll
Syntax
public interface ITableAttributes<T> where T : ITableAttribute
Type Parameters
Name | Description |
---|---|
T |
Properties
this[string]
Returns the table attribute by name.
Declaration
T? this[string name] { get; }
Parameters
Type | Name | Description |
---|---|---|
string | name | The name. |
Property Value
Type | Description |
---|---|
T |