Interface IPositionableInfoObjects<T>
Represents a collection of info objects with position.
Inherited Members
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public interface IPositionableInfoObjects<T> : IInfoObjects<T> where T : IPositionableInfoObject<T>
Type Parameters
Name | Description |
---|---|
T | The info object type. |