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