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

Inheritance: IAuthCommand
Datei anzeigen Open project: punitganshani/KonfDB

Public Methods

Method Description
GetAuditCommand ( CommandInput input ) : AuditRecordModel
IsValid ( CommandInput input ) : bool
OnExecute ( CommandInput arguments ) : CommandOutput

Method Details

GetAuditCommand() public method

public GetAuditCommand ( CommandInput input ) : AuditRecordModel
input KonfDB.Infrastructure.Services.CommandInput
return KonfDB.Infrastructure.Database.Entities.Configuration.AuditRecordModel

IsValid() public method

public IsValid ( CommandInput input ) : bool
input KonfDB.Infrastructure.Services.CommandInput
return bool

OnExecute() public method

public OnExecute ( CommandInput arguments ) : CommandOutput
arguments KonfDB.Infrastructure.Services.CommandInput
return KonfDB.Infrastructure.Services.CommandOutput