C# Class Dev2.Runtime.Compiler.ServiceModelCompiler

Compile a service model ;)
显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
Compile ( System.Guid serviceId, ServerCompileMessageType typeOf, StringBuilder beforeAction, StringBuilder afterAction ) : IList

Compiles the specified service

Method Details

Compile() public method

Compiles the specified service
public Compile ( System.Guid serviceId, ServerCompileMessageType typeOf, StringBuilder beforeAction, StringBuilder afterAction ) : IList
serviceId System.Guid The service id.
typeOf ServerCompileMessageType The type of.
beforeAction StringBuilder The before action.
afterAction StringBuilder The after action.
return IList