IPluginDetails

Navigation:  Skripts > Programmerweiterungen > Interfaces >

IPluginDetails

Previous pageReturn to chapter overviewNext page

Einführung

Dieses Interface liefert Details für die Add-In Liste der Auftragsverwaltung. Dieses Interface ist nicht erforderlich, wird aber für Autostart Skripts dringend empfohlen, um diese in der Add-In Liste leichter identifizieren zu können.

 

 

Interface

Assembly: Styletronix.AuftragsverwaltungV2.IPC

 

Public Interface IPluginDetails

    ReadOnly Property Plugin_Name()

    ReadOnly Property Plugin_Version() As Version

    ReadOnly Property Plugin_Description() As String

    ReadOnly Property Plugin_Company() As String

    ReadOnly Property Plugin_Icon() As System.Drawing.Image

End Interface