C# 클래스 IServiceOriented.ServiceBus.Scripting.ScriptTransformationDispatcher

상속: TransformationDispatcher
파일 보기 프로젝트 열기: jezell/iserviceoriented

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ScriptTransformationDispatcher ( string languageId, string code ) : System
ScriptTransformationDispatcher ( string languageId, string code, SourceCodeKind sourceCodeKind ) : System

보호된 메소드들

메소드 설명
Transform ( PublishRequest request ) : PublishRequest

메소드 상세

ScriptTransformationDispatcher() 공개 메소드

public ScriptTransformationDispatcher ( string languageId, string code ) : System
languageId string
code string
리턴 System

ScriptTransformationDispatcher() 공개 메소드

public ScriptTransformationDispatcher ( string languageId, string code, SourceCodeKind sourceCodeKind ) : System
languageId string
code string
sourceCodeKind SourceCodeKind
리턴 System

Transform() 보호된 메소드

protected Transform ( PublishRequest request ) : PublishRequest
request PublishRequest
리턴 PublishRequest