C# Class Dev2.DynamicServices.DynamicService

Provides an representation of a service A service can contain actions that define what the service can do This class is hydrated from the service definition file.
Inheritance: Dev2.DynamicServices.Objects.Base.DynamicServiceObjectBase
Mostrar archivo Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
Compile ( ) : bool

Compiles this object

DynamicService ( ) : System

Initializes the Dynamic Service

Method Details

Compile() public method

Compiles this object
public Compile ( ) : bool
return bool

DynamicService() public method

Initializes the Dynamic Service
public DynamicService ( ) : System
return System