C# 클래스 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.
상속: Dev2.DynamicServices.Objects.Base.DynamicServiceObjectBase
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
Compile ( ) : bool

Compiles this object

DynamicService ( ) : System

Initializes the Dynamic Service

메소드 상세

Compile() 공개 메소드

Compiles this object
public Compile ( ) : bool
리턴 bool

DynamicService() 공개 메소드

Initializes the Dynamic Service
public DynamicService ( ) : System
리턴 System