Class PlugInInformation
DTO for plugin information.
Inheritance
System.Object
PlugInInformation
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.WebAPI
Assembly: Simplic.Framework.WebAPI.dll
Syntax
public class PlugInInformation
Properties
| Improve this Doc View SourceConfigValue
Gets or sets the config value.
Declaration
public string ConfigValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Ident
Gets or sets identifier.
Declaration
public int Ident { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PlugInName
Gets or sets the plugin name.
Declaration
public string PlugInName { get; set; }
Property Value
Type | Description |
---|---|
System.String |