ExtensionDefinition Class |
Namespace: Hummingbird.TestFramework.Extensibility
The ExtensionDefinition type exposes the following members.
Name | Description | |
---|---|---|
ExtensionDefinition | Initializes a new instance of the ExtensionDefinition class |
Name | Description | |
---|---|---|
AddtionalFiles |
Additional files, including the referred files by the extension, including Executable file,
| |
Company |
Your Company Name if working for an organization or your personal name
| |
Copyright |
Copyright information
| |
Description |
Description of the extension: What services is can call, what service is can be simulated, Which protocol implemented, etc...
| |
Id |
This property must be initialized in the constructor of derived class and must be given a fixed GUID.
the GUID must be a constant in code, and should not equals to any other classes derived from AbstractService.
(Inherited from Identifier.) | |
LicenceFile |
Name of the License File. The license file can be Plain text (*.txt) or RichText file (*.rtf).
If a license file is present, a prompt window will shown and user have to accept the license before installation.
| |
LoadedFrom |
Gets or sets the Full Path where the extension definition has been loaded.
| |
LoadingStatus |
Gets a value indicating whether this Extension is loaded.
| |
MainDllFile |
Name of the main assembly of the DLL library, This is the assembly loaded.
If there are other resources file is used, including referenced assembly (.dll), images and other resources, you should add them in AddtionalFiles
| |
MaxFrameworkVersion |
Maximum version of Hummingbird Test Framework where the extension can work. if the value is empty, the extension will work on the same major version as MinFrameworkVersion.
| |
MinFrameworkVersion |
Minimum version of Hummingbird Test Framework where the extension can work. if the value is empty, the minimum version is 1.0.0
| |
Name |
Name of the Extension definition
| |
ProfessionalOnly |
Indicate if this extension can be installed only on Professional and Enterprise version
| |
Version |
Version of the current extension. Users can perform Upgrade or Downgrade if Hummingbird TestFramework's version matches.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ToStringOrXml |
Converts any Object to string representation in String or XML format.
(Defined by ExtensionMethods.) | |
ToXmlString |
Converts any Object to string representation in XML format.
(Defined by ExtensionMethods.) |