C# Class Dev2.Tests.Runtime.Security.TestServerSecurityService

Inheritance: Dev2.Runtime.Security.ServerSecurityService
Exibir arquivo Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
TestServerSecurityService ( string fileName ) : System.Collections.Generic

Protected Methods

Method Description
OnFileChanged ( object sender, FileSystemEventArgs e ) : void
OnFileChangedEnableRaisingEvents ( bool enabled ) : void
OnFileRenamed ( object sender, RenamedEventArgs e ) : void

Method Details

OnFileChanged() protected method

protected OnFileChanged ( object sender, FileSystemEventArgs e ) : void
sender object
e System.IO.FileSystemEventArgs
return void

OnFileChangedEnableRaisingEvents() protected method

protected OnFileChangedEnableRaisingEvents ( bool enabled ) : void
enabled bool
return void

OnFileRenamed() protected method

protected OnFileRenamed ( object sender, RenamedEventArgs e ) : void
sender object
e System.IO.RenamedEventArgs
return void

TestServerSecurityService() public method

public TestServerSecurityService ( string fileName ) : System.Collections.Generic
fileName string
return System.Collections.Generic