Click or drag to resize

Service Properties

The Service type exposes the following members.

Properties
  NameDescription
Public propertyAnalysedDate
Gets or sets the date where the extension is analyzed.
(Inherited from ExtensionNode.)
Public propertyClientServiceId
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
Public propertyCreateDate
Gets or sets the create date.
(Inherited from ExtensionNode.)
Public propertyDefinitionFile
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.
Public propertyDescription
Gets or sets the description.
(Inherited from ExtensionNode.)
Public propertyGeneratedProxyCode
Gets or sets the generated C# code for WCF Proxy.
Public propertyGeneratedStubCode
Gets or sets the generated C# code for WCF service stub (used as simulator)
Public propertyIsAnalysed
Gets or sets a value indicating whether this instance is analyzed.
(Inherited from ExtensionNode.)
Protected propertyIsDeserialzing
Gets or sets a value indicating whether this instance is deserialzing.
(Inherited from ExtensionNode.)
Public propertyLastModificationDate
Gets or sets the last modification date.
(Inherited from ExtensionNode.)
Public propertyName
Gets or sets the name of the node (represents Application, Category or Service)
(Inherited from ExtensionNode.)
Public propertyPassword
Gets or sets the password used to initialize service description and call the web service.
Public propertyProxyCodeAssembly
Gets or sets the Assembly object (Compiled from GeneratedProxyCode).
Public propertyProxyCodeAssemblyContent
Gets or sets the proxy code assembly (dll) value represented in byte[], so it can be serialized and loaded.
Public propertyReferredCategory
Gets the referred ServiceCategory where this Service belongs.
Public propertyServerServiceId
Gets or sets the server service identifier, it is generated when the instance is initialized.
Public propertyServiceType
Gets the type of current service: SOAP, JSON, ...
Public propertyTargetNamespace
Gets or sets the target namespace for generated code
Public propertyUsername
Gets or sets the user name used to initialize service description and call the web service.
Top
See Also