public interface IPluginComponentMetadata : IComponentInfoPublic Interface IPluginComponentMetadata
Inherits IComponentInfopublic interface class IPluginComponentMetadata : IComponentInfotype IPluginComponentMetadata =
interface
interface IComponentInfo
end| Author |
Author of the component.
(Inherited from IComponentInfo) |
| Dependencies | Describes the plug-ins this plug-in depends on. |
| Description |
Description of the component.
(Inherited from IComponentInfo) |
| Errors |
Collection of error messages which are associated with the component.
(Inherited from IComponentInfo) Obsolete. |
| FileName |
File name of the component.
(Inherited from IComponentInfo) |
| PublicGuid |
GUID of the component.
(Inherited from IComponentInfo) |
| Title |
International (English) title of the component.
(Inherited from IComponentInfo) |
| Version |
Version of the component.
(Inherited from IComponentInfo) |
| CheckDependencies | Checks Dependencies against the existing plug-in versions. | ||||
| GetDescriptionOrErrors |
If the Errors collection is empty then returns Description,
otherwise returns the error messages joined by errorSeparator.
(Inherited from IComponentInfo) Obsolete. | ||||
| GetErrors |
Joins the messages in Errors collection by the specified separator.
(Inherited from IComponentInfo) Obsolete. | ||||
| IsSupportedVersion | Checks Version against the specified lower bound and determines whether the component described by this instance is supported. Typical use cases are:
(Inherited from IComponentInfo) | ||||
| ToComponentInfo | Constructs an instance of ComponentInfo from this instance. |