Interface IDownload
Represents a download.
Inherited Members
Namespace: BiExcellence.OpenBi.Api.Commands.Downloads
Assembly: BiExcellence.OpenBi.Api.Download.dll
Syntax
[TableAttribute("DOWNLOADS")]
public interface IDownload : ICustomAttributes
Properties
Content
Gets or stes the content.
Declaration
string? Content { get; set; }
Property Value
Type | Description |
---|---|
string |
Date
Gets or sets the date.
Declaration
DateTimeOffset Date { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset |
FileElementIds
Gets or sets the file element ids.
Declaration
IList<string> FileElementIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Group
Gets or sets the group.
Declaration
string? Group { get; set; }
Property Value
Type | Description |
---|---|
string |
ImagePath
Gets or sets the image path.
Declaration
string? ImagePath { get; set; }
Property Value
Type | Description |
---|---|
string |
IsActive
Gets or sets whether the download is active.
Declaration
bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
bool |
Name
Gets or sets the name.
Declaration
string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ShortDescription
Gets or sets the short description.
Declaration
string? ShortDescription { get; set; }
Property Value
Type | Description |
---|---|
string |
Subheadline
Gets or sets the subheadline.
Declaration
string? Subheadline { get; set; }
Property Value
Type | Description |
---|---|
string |