Class PluginDto
- Namespace
- Builvero.Application.DTOs.Plugin
- Assembly
- Builvero.Application.dll
Data transfer object for plugin information.
public class PluginDto
- Inheritance
-
PluginDto
- Inherited Members
Properties
Categories
public string? Categories { get; set; }
Property Value
- string
- Data transfer object for plugin information.
CreatedAtUtc
public DateTime CreatedAtUtc { get; set; }
Property Value
- DateTime
- Data transfer object for plugin information.
Description
public string Description { get; set; }
Property Value
- string
- Data transfer object for plugin information.
IconPath
public string? IconPath { get; set; }
Property Value
- string
- Data transfer object for plugin information.
Id
public Guid Id { get; set; }
Property Value
- Guid
- Data transfer object for plugin information.
InstallCount
public int InstallCount { get; set; }
Property Value
- int
- Data transfer object for plugin information.
Name
public string Name { get; set; }
Property Value
- string
- Data transfer object for plugin information.
PluginId
public string PluginId { get; set; }
Property Value
- string
- Data transfer object for plugin information.
Publisher
public string Publisher { get; set; }
Property Value
- string
- Data transfer object for plugin information.
Status
public string Status { get; set; }
Property Value
- string
- Data transfer object for plugin information.
Versions
public List<PluginVersionDto> Versions { get; set; }
Property Value
- List<PluginVersionDto>
- Data transfer object for plugin information.