Class HostHeader
Represents a host header.
Inheritance
HostHeader
Implements
Namespace: BiExcellence.OpenBi.Api.Commands.HostHeaders
Assembly: BiExcellence.OpenBi.Api.HostHeader.dll
Syntax
public class HostHeader : IHostHeader, ICustomAttributes
Constructors
HostHeader()
Initializes a new instance of the HostHeader class with a new id.
Declaration
public HostHeader()
HostHeader(string)
Initializes a new instance of the HostHeader class.
Declaration
public HostHeader(string id)
Parameters
Type | Name | Description |
---|---|---|
string | id | The id. |
Properties
CustomAttributes
Gets or sets the custom attributes.
Declaration
public IDictionary<string, object?> CustomAttributes { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
Host
Gets or sets the host.
Declaration
public string? Host { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Gets the id.
Declaration
public string Id { get; protected set; }
Property Value
Type | Description |
---|---|
string |
PageId
Gets or sets the page.
Declaration
public string? PageId { get; set; }
Property Value
Type | Description |
---|---|
string |
RequireHttps
Gets or sets whether HTTPS is required.
Declaration
public bool RequireHttps { get; set; }
Property Value
Type | Description |
---|---|
bool |
RoleId
Gets or sets the role id.
Declaration
public string? RoleId { get; set; }
Property Value
Type | Description |
---|---|
string |