C# 클래스 Dev2.DynamicServices.Objects.Base.DynamicServiceObjectBase

상속: IDynamicServiceObject
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
Compile ( ) : bool
GetCompilerErrors ( ) : string
IsUserInRole ( string userRoles, string resourceRoles ) : bool
WriteCompileError ( string traceMsg ) : void
WriteCompileWarning ( string traceMsg ) : void

보호된 메소드들

메소드 설명
DynamicServiceObjectBase ( ) : System
DynamicServiceObjectBase ( enDynamicServiceObjectType objectType ) : System

비공개 메소드들

메소드 설명
WriteOutput ( string traceMsg ) : void

메소드 상세

Compile() 공개 메소드

public Compile ( ) : bool
리턴 bool

DynamicServiceObjectBase() 보호된 메소드

protected DynamicServiceObjectBase ( ) : System
리턴 System

DynamicServiceObjectBase() 보호된 메소드

protected DynamicServiceObjectBase ( enDynamicServiceObjectType objectType ) : System
objectType enDynamicServiceObjectType
리턴 System

GetCompilerErrors() 공개 메소드

public GetCompilerErrors ( ) : string
리턴 string

IsUserInRole() 공개 메소드

public IsUserInRole ( string userRoles, string resourceRoles ) : bool
userRoles string
resourceRoles string
리턴 bool

WriteCompileError() 공개 메소드

public WriteCompileError ( string traceMsg ) : void
traceMsg string
리턴 void

WriteCompileWarning() 공개 메소드

public WriteCompileWarning ( string traceMsg ) : void
traceMsg string
리턴 void