Interface ILicenseInformation
Represents a license information.
Namespace: BiExcellence.OpenBi.Api.Commands.LicenseInformation
Assembly: BiExcellence.OpenBi.Api.LicenseInformation.dll
Syntax
public interface ILicenseInformation
Properties
Components
Gets the components.
Declaration
IList<ILicenseInformationComponent> Components { get; }
Property Value
Type | Description |
---|---|
IList<ILicenseInformationComponent> |
CustomerId
Gets the customer id.
Declaration
string CustomerId { get; }
Property Value
Type | Description |
---|---|
string |
CustomerName
Gets the customer name.
Declaration
string CustomerName { get; }
Property Value
Type | Description |
---|---|
string |
Parameters
Gets the parameters.
Declaration
IDictionary<string, string> Parameters { get; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
ValidTo
Gets the valid to date.
Declaration
DateTimeOffset ValidTo { get; }
Property Value
Type | Description |
---|---|
DateTimeOffset |