Interface IInquirer
Represents an inquirer.
Inherited Members
Namespace: BiExcellence.OpenBi.Api.Commands.Inquiries
Assembly: BiExcellence.OpenBi.Api.Inquiry.dll
Syntax
[TableAttribute("INQUIRER")]
public interface IInquirer : ICustomAttributes
Properties
City
Gets the city.
Declaration
[ApiField("CITY")]
string? City { get; }
Property Value
Type | Description |
---|---|
string |
Comment
Gets the comment.
Declaration
[ApiField("COMMENT")]
string? Comment { get; }
Property Value
Type | Description |
---|---|
string |
Company
Gets the company.
Declaration
[ApiField("COMPANY")]
string? Company { get; }
Property Value
Type | Description |
---|---|
string |
Country
Gets the country.
Declaration
[ApiField("COUNTRY")]
string? Country { get; }
Property Value
Type | Description |
---|---|
string |
Gets the email.
Declaration
[ApiField("EMAIL")]
string? Email { get; }
Property Value
Type | Description |
---|---|
string |
Fax
Gets the fax.
Declaration
[ApiField("FAX")]
string? Fax { get; }
Property Value
Type | Description |
---|---|
string |
Firstname
Gets the firstname.
Declaration
[ApiField("FIRSTNAME")]
string? Firstname { get; }
Property Value
Type | Description |
---|---|
string |
Id
Gets the id.
Declaration
[ApiField("ID")]
string Id { get; }
Property Value
Type | Description |
---|---|
string |
Lastname
Gets the lastname.
Declaration
[ApiField("LASTNAME")]
string? Lastname { get; }
Property Value
Type | Description |
---|---|
string |
Mobile
Gets the mobile.
Declaration
[ApiField("MOBILE")]
string? Mobile { get; }
Property Value
Type | Description |
---|---|
string |
Phone
Gets the phone.
Declaration
[ApiField("PHONE")]
string? Phone { get; }
Property Value
Type | Description |
---|---|
string |
PostalCode
Gets the postal code.
Declaration
[ApiField("POSTALCODE")]
string? PostalCode { get; }
Property Value
Type | Description |
---|---|
string |
Salutation
Gets the salutation.
Declaration
[ApiField("SALUTATION")]
string? Salutation { get; }
Property Value
Type | Description |
---|---|
string |
Street
Gets the street.
Declaration
[ApiField("STREET")]
string? Street { get; }
Property Value
Type | Description |
---|---|
string |
Type
Gets the type.
Declaration
[ApiField("TYPE")]
int? Type { get; }
Property Value
Type | Description |
---|---|
int? |
Website
Gets the website.
Declaration
[ApiField("WEB")]
string? Website { get; }
Property Value
Type | Description |
---|---|
string |