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
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode Description
Compile ( ) : bool

Compiles this object

DynamicService ( ) : System

Initializes the Dynamic Service

Method Details

Compile() public méthode

Compiles this object
public Compile ( ) : bool
Résultat bool

DynamicService() public méthode

Initializes the Dynamic Service
public DynamicService ( ) : System
Résultat System