C# Class Dev2.DynamicServices.Objects.Base.DynamicServiceObjectBase

Inheritance: IDynamicServiceObject
Mostra file Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
Compile ( ) : bool
GetCompilerErrors ( ) : string
IsUserInRole ( string userRoles, string resourceRoles ) : bool
WriteCompileError ( string traceMsg ) : void
WriteCompileWarning ( string traceMsg ) : void

Protected Methods

Method Description
DynamicServiceObjectBase ( ) : System
DynamicServiceObjectBase ( enDynamicServiceObjectType objectType ) : System

Private Methods

Method Description
WriteOutput ( string traceMsg ) : void

Method Details

Compile() public method

public Compile ( ) : bool
return bool

DynamicServiceObjectBase() protected method

protected DynamicServiceObjectBase ( ) : System
return System

DynamicServiceObjectBase() protected method

protected DynamicServiceObjectBase ( enDynamicServiceObjectType objectType ) : System
objectType enDynamicServiceObjectType
return System

GetCompilerErrors() public method

public GetCompilerErrors ( ) : string
return string

IsUserInRole() public method

public IsUserInRole ( string userRoles, string resourceRoles ) : bool
userRoles string
resourceRoles string
return bool

WriteCompileError() public method

public WriteCompileError ( string traceMsg ) : void
traceMsg string
return void

WriteCompileWarning() public method

public WriteCompileWarning ( string traceMsg ) : void
traceMsg string
return void