Class PluginMetadata
Namespace: Casewhere.Models
Assembly: Casewhere.Models.dll
Represents the metadata of a plugin.
public class PluginMetadata
Inheritance
Inherited Members
object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()
Extension Methods
ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<PluginMetadata>(PluginMetadata)
Constructors
PluginMetadata()
public PluginMetadata()
Properties
PluginPath
Gets or sets the path of the plugin.
public string PluginPath { get; set; }
Property Value
SettingsPath
Gets or sets the path of the settings file for the plugin. Plugin configuration in a text format, e.g., JSON, XML.
public string SettingsPath { get; set; }