C# 클래스 Dev2.Security.ClientSecurityService

상속: Dev2.Services.Security.SecurityServiceBase
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
ClientSecurityService ( IEnvironmentConnection environmentConnection ) : System.Collections.Generic
Read ( ) : void
ReadAsync ( ) : System.Threading.Tasks.Task

보호된 메소드들

메소드 설명
LogEnd ( [ methodName = null ) : void
LogStart ( [ methodName = null ) : void
OnDisposed ( ) : void
ReadPermissions ( ) : List
WritePermissions ( List permissions ) : void

비공개 메소드들

메소드 설명
EnvironmentConnectionOnPermissionsModified ( object sender, List windowsGroupPermissions ) : void
OnNetworkStateChanged ( object sender, NetworkStateEventArgs args ) : void

메소드 상세

ClientSecurityService() 공개 메소드

public ClientSecurityService ( IEnvironmentConnection environmentConnection ) : System.Collections.Generic
environmentConnection IEnvironmentConnection
리턴 System.Collections.Generic

LogEnd() 보호된 메소드

protected LogEnd ( [ methodName = null ) : void
methodName [
리턴 void

LogStart() 보호된 메소드

protected LogStart ( [ methodName = null ) : void
methodName [
리턴 void

OnDisposed() 보호된 메소드

protected OnDisposed ( ) : void
리턴 void

Read() 공개 메소드

public Read ( ) : void
리턴 void

ReadAsync() 공개 메소드

public ReadAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

ReadPermissions() 보호된 메소드

protected ReadPermissions ( ) : List
리턴 List

WritePermissions() 보호된 메소드

protected WritePermissions ( List permissions ) : void
permissions List
리턴 void