Interface IDimensionAttribute
Represents a dimension attribute.
Inherited Members
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public interface IDimensionAttribute : IPositionableInfoObject<IDimensionAttribute>, IInfoObject, IComparable<IDimensionAttribute>
Properties
IsVisible
Gets whether the attribute is visible.
Declaration
bool IsVisible { get; set; }
Property Value
Type | Description |
---|---|
bool |