C# Class pGina.Shared.Types.PluginActivityInformation

Afficher le fichier Open project: MutonUfoAI/pgina Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

AddAuthenticateResult() public méthode

public AddAuthenticateResult ( System.Guid pluginId, BooleanResult result ) : void
pluginId System.Guid
result BooleanResult
Résultat void

AddAuthorizationResult() public méthode

public AddAuthorizationResult ( System.Guid pluginId, BooleanResult result ) : void
pluginId System.Guid
result BooleanResult
Résultat void

AddGatewayResult() public méthode

public AddGatewayResult ( System.Guid pluginId, BooleanResult result ) : void
pluginId System.Guid
result BooleanResult
Résultat void

AddNotificationResult() public méthode

public AddNotificationResult ( System.Guid pluginId, BooleanResult result ) : void
pluginId System.Guid
result BooleanResult
Résultat void

DelAuthenticateResult() public méthode

public DelAuthenticateResult ( System.Guid pluginId ) : void
pluginId System.Guid
Résultat void

DelAuthorizationResult() public méthode

public DelAuthorizationResult ( System.Guid pluginId ) : void
pluginId System.Guid
Résultat void

DelGatewayResult() public méthode

public DelGatewayResult ( System.Guid pluginId ) : void
pluginId System.Guid
Résultat void

DelNotificationResult() public méthode

public DelNotificationResult ( System.Guid pluginId ) : void
pluginId System.Guid
Résultat void

GetAuthenticationPlugins() public méthode

public GetAuthenticationPlugins ( ) : IEnumerable
Résultat IEnumerable

GetAuthenticationResult() public méthode

public GetAuthenticationResult ( System.Guid pluginGuid ) : BooleanResult
pluginGuid System.Guid
Résultat BooleanResult

GetAuthorizationPlugins() public méthode

public GetAuthorizationPlugins ( ) : IEnumerable
Résultat IEnumerable

GetAuthorizationResult() public méthode

public GetAuthorizationResult ( System.Guid pluginGuid ) : BooleanResult
pluginGuid System.Guid
Résultat BooleanResult

GetGatewayPlugins() public méthode

public GetGatewayPlugins ( ) : IEnumerable
Résultat IEnumerable

GetGatewayResult() public méthode

public GetGatewayResult ( System.Guid pluginGuid ) : BooleanResult
pluginGuid System.Guid
Résultat BooleanResult

GetNotificationPlugins() public méthode

public GetNotificationPlugins ( ) : IEnumerable
Résultat IEnumerable

GetNotificationResult() public méthode

public GetNotificationResult ( System.Guid pluginGuid ) : BooleanResult
pluginGuid System.Guid
Résultat BooleanResult