Interface IInfoObjects<T>
Represents a collection of info objects.
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public interface IInfoObjects<T> where T : IInfoObject
Type Parameters
Name | Description |
---|---|
T | The info object type. |
Properties
this[string]
Gets the info object by id. Can be null
when not found.
Declaration
T? this[string id] { get; }
Parameters
Type | Name | Description |
---|---|---|
string | id | The id. |
Property Value
Type | Description |
---|---|
T |