Interface IPositionableInfoObject<T>
Represents an info object with position.
Inherited Members
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public interface IPositionableInfoObject<T> : IInfoObject, IComparable<T> where T : IInfoObject
Type Parameters
Name | Description |
---|---|
T | The info object type. |
Properties
Position
Gets or sets the position.
Declaration
int Position { get; set; }
Property Value
Type | Description |
---|---|
int |