C# Class KonfDB.Engine.Services.ServiceCore

Mostra file Open project: punitganshani/KonfDB Class Usage Examples

Private Methods

Method Description
AuditExecution ( IAuthenticationOutput userTokenFromCache, CommandInput input, ICommand commandObject ) : void
ExecuteCommand ( ServiceRequestContext context ) : CommandOutput
ExecuteCommandInternal ( CommandInput input, ICommand commandObject ) : CommandOutput
GetCommandsStartingWith ( ServiceRequestContext context ) : string[]
IsCommand ( string firstKeyword, ICommand x, AuthenticationOutput authOutput ) : bool
RequiresCaching ( ICommand commandObject ) : bool
ServiceCore ( ) : System