C# 클래스 pGina.Shared.Types.PluginActivityInformation

파일 보기 프로젝트 열기: MutonUfoAI/pgina 1 사용 예제들

공개 메소드들

메소드 설명
AddAuthenticateResult ( System.Guid pluginId, BooleanResult result ) : void
AddAuthorizationResult ( System.Guid pluginId, BooleanResult result ) : void
AddGatewayResult ( System.Guid pluginId, BooleanResult result ) : void
AddNotificationResult ( System.Guid pluginId, BooleanResult result ) : void
DelAuthenticateResult ( System.Guid pluginId ) : void
DelAuthorizationResult ( System.Guid pluginId ) : void
DelGatewayResult ( System.Guid pluginId ) : void
DelNotificationResult ( System.Guid pluginId ) : void
GetAuthenticationPlugins ( ) : IEnumerable
GetAuthenticationResult ( System.Guid pluginGuid ) : BooleanResult
GetAuthorizationPlugins ( ) : IEnumerable
GetAuthorizationResult ( System.Guid pluginGuid ) : BooleanResult
GetGatewayPlugins ( ) : IEnumerable
GetGatewayResult ( System.Guid pluginGuid ) : BooleanResult
GetNotificationPlugins ( ) : IEnumerable
GetNotificationResult ( System.Guid pluginGuid ) : BooleanResult

메소드 상세

AddAuthenticateResult() 공개 메소드

public AddAuthenticateResult ( System.Guid pluginId, BooleanResult result ) : void
pluginId System.Guid
result BooleanResult
리턴 void

AddAuthorizationResult() 공개 메소드

public AddAuthorizationResult ( System.Guid pluginId, BooleanResult result ) : void
pluginId System.Guid
result BooleanResult
리턴 void

AddGatewayResult() 공개 메소드

public AddGatewayResult ( System.Guid pluginId, BooleanResult result ) : void
pluginId System.Guid
result BooleanResult
리턴 void

AddNotificationResult() 공개 메소드

public AddNotificationResult ( System.Guid pluginId, BooleanResult result ) : void
pluginId System.Guid
result BooleanResult
리턴 void

DelAuthenticateResult() 공개 메소드

public DelAuthenticateResult ( System.Guid pluginId ) : void
pluginId System.Guid
리턴 void

DelAuthorizationResult() 공개 메소드

public DelAuthorizationResult ( System.Guid pluginId ) : void
pluginId System.Guid
리턴 void

DelGatewayResult() 공개 메소드

public DelGatewayResult ( System.Guid pluginId ) : void
pluginId System.Guid
리턴 void

DelNotificationResult() 공개 메소드

public DelNotificationResult ( System.Guid pluginId ) : void
pluginId System.Guid
리턴 void

GetAuthenticationPlugins() 공개 메소드

public GetAuthenticationPlugins ( ) : IEnumerable
리턴 IEnumerable

GetAuthenticationResult() 공개 메소드

public GetAuthenticationResult ( System.Guid pluginGuid ) : BooleanResult
pluginGuid System.Guid
리턴 BooleanResult

GetAuthorizationPlugins() 공개 메소드

public GetAuthorizationPlugins ( ) : IEnumerable
리턴 IEnumerable

GetAuthorizationResult() 공개 메소드

public GetAuthorizationResult ( System.Guid pluginGuid ) : BooleanResult
pluginGuid System.Guid
리턴 BooleanResult

GetGatewayPlugins() 공개 메소드

public GetGatewayPlugins ( ) : IEnumerable
리턴 IEnumerable

GetGatewayResult() 공개 메소드

public GetGatewayResult ( System.Guid pluginGuid ) : BooleanResult
pluginGuid System.Guid
리턴 BooleanResult

GetNotificationPlugins() 공개 메소드

public GetNotificationPlugins ( ) : IEnumerable
리턴 IEnumerable

GetNotificationResult() 공개 메소드

public GetNotificationResult ( System.Guid pluginGuid ) : BooleanResult
pluginGuid System.Guid
리턴 BooleanResult