public interface IComponentInfoPublic Interface IComponentInfopublic interface class IComponentInfotype IComponentInfo = interface end| Author |
Author of the component.
|
| Description |
Description of the component.
|
| Errors |
Collection of error messages which are associated with the component.
Obsolete. |
| FileName |
File name of the component.
|
| PublicGuid |
GUID of the component.
|
| Title |
International (English) title of the component.
|
| Version |
Version of the component.
|
| GetDescriptionOrErrors |
If the Errors collection is empty then returns Description,
otherwise returns the error messages joined by errorSeparator.
Obsolete. | ||||
| GetErrors |
Joins the messages in Errors collection by the specified separator.
Obsolete. | ||||
| IsSupportedVersion | Checks Version against the specified lower bound and determines whether the component described by this instance is supported. Typical use cases are:
|