Interface IMajaQueryAnswer
Namespace: BiExcellence.OpenBi.Api.Commands.MajaAi
Assembly: BiExcellence.OpenBi.Api.MajaAi.dll
Syntax
public interface IMajaQueryAnswer
Properties
DataproviderName
Declaration
string DataproviderName { get; }
Property Value
Type | Description |
---|---|
string |
Entities
Declaration
IList<IMajaEntity> Entities { get; }
Property Value
Type | Description |
---|---|
IList<IMajaEntity> |
PossibleUserReplies
Declaration
IList<IPossibleUserReply> PossibleUserReplies { get; }
Property Value
Type | Description |
---|---|
IList<IPossibleUserReply> |