Service Class |
Namespace: Hummingbird.TestFramework.ExtensionProject
The Service type exposes the following members.
Name | Description | |
---|---|---|
AnalysedDate |
Gets or sets the date where the extension is analyzed.
(Inherited from ExtensionNode.) | |
ClientServiceId |
Gets or sets the client service identifier. it is generated once when the instance is initialized.
If the service has multiple Endpoints or Service Contracts, then the Identifier will be generated according to this ServiceId and the Contract Name
| |
CreateDate |
Gets or sets the create date.
(Inherited from ExtensionNode.) | |
DefinitionFile |
The entry point of the definition file. For SOAP WebServices, it is the .WSDL file, For Swagger Services it is the swagger.json file.
For other type of services, This property is not used.
| |
Description |
Gets or sets the description.
(Inherited from ExtensionNode.) | |
GeneratedProxyCode |
Gets or sets the generated C# code for WCF Proxy.
| |
GeneratedStubCode |
Gets or sets the generated C# code for WCF service stub (used as simulator)
| |
IsAnalysed |
Gets or sets a value indicating whether this instance is analyzed.
(Inherited from ExtensionNode.) | |
IsDeserialzing |
Gets or sets a value indicating whether this instance is deserialzing.
(Inherited from ExtensionNode.) | |
LastModificationDate |
Gets or sets the last modification date.
(Inherited from ExtensionNode.) | |
Name |
Gets or sets the name of the node (represents Application, Category or Service)
(Inherited from ExtensionNode.) | |
Password |
Gets or sets the password used to initialize service description and call the web service.
| |
ProxyCodeAssembly |
Gets or sets the Assembly object (Compiled from GeneratedProxyCode).
| |
ProxyCodeAssemblyContent |
Gets or sets the proxy code assembly (dll) value represented in byte[], so it can be serialized and loaded.
| |
ReferredCategory |
Gets the referred ServiceCategory where this Service belongs.
| |
ServerServiceId |
Gets or sets the server service identifier, it is generated when the instance is initialized.
| |
ServiceType |
Gets the type of current service: SOAP, JSON, ...
| |
TargetNamespace |
Gets or sets the target namespace for generated code
| |
Username |
Gets or sets the user name used to initialize service description and call the web service.
|
Name | Description | |
---|---|---|
Analyze |
Call the analyzer and mark IsAnalysed flag and date.
(Inherited from ExtensionNode.) | |
AnalyzeAsync |
Call the analyzer and mark IsAnalysed flag and date in asynchronous mode
(Inherited from ExtensionNode.) | |
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.) | |
InternalAnalyze |
Analyze from initial file and fills service the information to different
(Inherited from ExtensionNode.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
NotifyPropertyChanged |
Notifies the property value has been changed.
(Inherited from ExtensionNode.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
PropertyChanged |
Occurs when property value changed.
(Inherited from ExtensionNode.) |
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.) |