Class Download
Represents a download.
Inheritance
Download
Implements
Namespace: BiExcellence.OpenBi.Api.Commands.Downloads
Assembly: BiExcellence.OpenBi.Api.Download.dll
Syntax
public class Download : IDownload, ICustomAttributes
Constructors
Download()
Initializes a new instance of the Download class with a new id.
Declaration
public Download()
Properties
Content
Gets or stes the content.
Declaration
public string? Content { get; set; }
Property Value
Type | Description |
---|---|
string |
CustomAttributes
Gets or sets the custom attributes.
Declaration
public IDictionary<string, object?> CustomAttributes { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
Date
Gets or sets the date.
Declaration
public DateTimeOffset Date { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset |
FileElementIds
Gets or sets the file element ids.
Declaration
public IList<string> FileElementIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Group
Gets or sets the group.
Declaration
public string? Group { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Gets the id.
Declaration
public string Id { get; protected set; }
Property Value
Type | Description |
---|---|
string |
ImagePath
Gets or sets the image path.
Declaration
public string? ImagePath { get; set; }
Property Value
Type | Description |
---|---|
string |
IsActive
Gets or sets whether the download is active.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
bool |
Name
Gets or sets the name.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ShortDescription
Gets or sets the short description.
Declaration
public string? ShortDescription { get; set; }
Property Value
Type | Description |
---|---|
string |
Subheadline
Gets or sets the subheadline.
Declaration
public string? Subheadline { get; set; }
Property Value
Type | Description |
---|---|
string |