Interface IPlugInDescription
Namespace: Simplic.Framework.Data
Assembly: Simplic.Framework.Base.dll
Syntax
public interface IPlugInDescription
Properties
| Improve this Doc View SourceName
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PlugInGuid
Declaration
Guid PlugInGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Version
Declaration
int[] Version { get; set; }
Property Value
Type | Description |
---|---|
System.Int32[] |