Class TableAttributes
Represents a table attribute collection.
Inheritance
TableAttributes
Implements
Inherited Members
- TableAttributes<ITableAttribute>.this[string]
- TableAttributes<ITableAttribute>.Count
- TableAttributes<ITableAttribute>.IsReadOnly
- TableAttributes<ITableAttribute>.Add(ITableAttribute)
- TableAttributes<ITableAttribute>.Clear()
- TableAttributes<ITableAttribute>.Contains(ITableAttribute)
- TableAttributes<ITableAttribute>.CopyTo(ITableAttribute[], int)
- TableAttributes<ITableAttribute>.GetEnumerator()
- TableAttributes<ITableAttribute>.Remove(ITableAttribute)
- TableAttributes<ITableAttribute>.TryGetValue(string, out ITableAttribute)
Namespace: BiExcellence.OpenBi.Api.Commands.TableAttributes
Assembly: BiExcellence.OpenBi.Api.TableAttribute.dll
Syntax
public class TableAttributes : TableAttributes<ITableAttribute>, ITableAttributes, ITableAttributes<ITableAttribute>