Class DslPlugin
Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime.dll
The DslPlugin is corresponding plugins in Casewhere system. It contains publicable data on a plugin.
public class DslPlugin
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<DslPlugin>(DslPlugin)
Constructors
DslPlugin()
public DslPlugin()
Properties
Description
The Description of The Plugin
public string Description { get; set; }
Property Value
Id
The identifier of the Plugin.
public Guid Id { get; set; }
Property Value
Name
The name of the Plugin.
public string Name { get; set; }