Table of Contents

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

objectDslPlugin

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

string

Id

The identifier of the Plugin.

public Guid Id { get; set; }

Property Value

Guid

Name

The name of the Plugin.

public string Name { get; set; }

Property Value

string