C# Class KonfDB.Engine.Commands.Shared.NewRegion

Inheritance: IAuthCommand
Afficher le fichier Open project: punitganshani/KonfDB

Méthodes publiques

Méthode Description
GetAuditCommand ( CommandInput input ) : AuditRecordModel
IsValid ( CommandInput input ) : bool
OnExecute ( CommandInput arguments ) : CommandOutput

Method Details

GetAuditCommand() public méthode

public GetAuditCommand ( CommandInput input ) : AuditRecordModel
input KonfDB.Infrastructure.Services.CommandInput
Résultat KonfDB.Infrastructure.Database.Entities.Configuration.AuditRecordModel

IsValid() public méthode

public IsValid ( CommandInput input ) : bool
input KonfDB.Infrastructure.Services.CommandInput
Résultat bool

OnExecute() public méthode

public OnExecute ( CommandInput arguments ) : CommandOutput
arguments KonfDB.Infrastructure.Services.CommandInput
Résultat KonfDB.Infrastructure.Services.CommandOutput