Class ActivePluginDto
- Namespace
- Builvero.Application.DTOs.Plugin
- Assembly
- Builvero.Application.dll
Data transfer object for active plugin information (for runtime).
public class ActivePluginDto
- Inheritance
-
ActivePluginDto
- Inherited Members
Properties
AllowedOrigins
public List<string> AllowedOrigins { get; set; }
Property Value
Capabilities
public List<string> Capabilities { get; set; }
Property Value
ExtensionPoints
public Dictionary<string, string> ExtensionPoints { get; set; }
Property Value
- Dictionary<string, string>
- Data transfer object for active plugin information (for runtime).
InstallationId
public Guid InstallationId { get; set; }
Property Value
- Guid
- Data transfer object for active plugin information (for runtime).
PluginId
public Guid PluginId { get; set; }
Property Value
- Guid
- Data transfer object for active plugin information (for runtime).
PluginName
public string PluginName { get; set; }
Property Value
- string
- Data transfer object for active plugin information (for runtime).
ServiceBaseUrl
public string ServiceBaseUrl { get; set; }
Property Value
- string
- Data transfer object for active plugin information (for runtime).
Version
public string Version { get; set; }
Property Value
- string
- Data transfer object for active plugin information (for runtime).