Click or drag to resize

DslPlugin Class

The DslPlugin is corresponding plugins in Casewhere system. It contains publicable data on a plugin.
Inheritance Hierarchy
SystemObject
  Casewhere.Runtime.DSLDslPlugin

Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public class DslPlugin

The DslPlugin type exposes the following members.

Constructors
 NameDescription
Public methodDslPluginInitializes a new instance of the DslPlugin class
Top
Properties
 NameDescription
Public propertyDescription The Description of The Plugin
Public propertyId The identifier of the Plugin.
Public propertyName The name of the Plugin.
Top
See Also