Interface IInquiry
Represents an inquiry.
Inherited Members
Namespace: BiExcellence.OpenBi.Api.Commands.Inquiries
Assembly: BiExcellence.OpenBi.Api.Inquiry.dll
Syntax
[TableAttribute("INQUIRIES")]
public interface IInquiry : ICustomAttributes
Properties
Date
Gets the date.
Declaration
[ApiField("DATE")]
DateTimeOffset? Date { get; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
Fields
Gets the fields.
Declaration
IList<IInquiryField> Fields { get; }
Property Value
Type | Description |
---|---|
IList<IInquiryField> |
Host
Gets the host.
Declaration
[ApiField("HOST")]
string? Host { get; }
Property Value
Type | Description |
---|---|
string |
Id
Gets the id.
Declaration
[ApiField("ID")]
string Id { get; }
Property Value
Type | Description |
---|---|
string |
InquirerId
Gets the inquirer id.
Declaration
[ApiField("INQUIRER")]
string? InquirerId { get; }
Property Value
Type | Description |
---|---|
string |
Message
Gets the message.
Declaration
[ApiField("MESSAGE")]
string? Message { get; }
Property Value
Type | Description |
---|---|
string |
Path
Gets the path.
Declaration
[ApiField("PATH")]
string? Path { get; }
Property Value
Type | Description |
---|---|
string |
Status
Gets the status.
Declaration
[ApiField("STATUS")]
string? Status { get; }
Property Value
Type | Description |
---|---|
string |
Url
Gets the url.
Declaration
[ApiField("URL")]
string? Url { get; }
Property Value
Type | Description |
---|---|
string |
UserId
Gets the user id.
Declaration
[ApiField("USER")]
string? UserId { get; }
Property Value
Type | Description |
---|---|
string |