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

Inheritance: IDynamicServiceObject
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
DynamicServiceObjectBase ( ) : System
DynamicServiceObjectBase ( enDynamicServiceObjectType objectType ) : System

Private Methods

Méthode Description
WriteOutput ( string traceMsg ) : void

Method Details

Compile() public méthode

public Compile ( ) : bool
Résultat bool

DynamicServiceObjectBase() protected méthode

protected DynamicServiceObjectBase ( ) : System
Résultat System

DynamicServiceObjectBase() protected méthode

protected DynamicServiceObjectBase ( enDynamicServiceObjectType objectType ) : System
objectType enDynamicServiceObjectType
Résultat System

GetCompilerErrors() public méthode

public GetCompilerErrors ( ) : string
Résultat string

IsUserInRole() public méthode

public IsUserInRole ( string userRoles, string resourceRoles ) : bool
userRoles string
resourceRoles string
Résultat bool

WriteCompileError() public méthode

public WriteCompileError ( string traceMsg ) : void
traceMsg string
Résultat void

WriteCompileWarning() public méthode

public WriteCompileWarning ( string traceMsg ) : void
traceMsg string
Résultat void