C# 클래스 KonfDB.Engine.Commands.Server.AddAudit

상속: IAuthCommand
파일 보기 프로젝트 열기: punitganshani/KonfDB

공개 메소드들

메소드 설명
GetAuditCommand ( CommandInput input ) : AuditRecordModel
IsValid ( CommandInput input ) : bool
OnExecute ( CommandInput arguments ) : CommandOutput

메소드 상세

GetAuditCommand() 공개 메소드

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

IsValid() 공개 메소드

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

OnExecute() 공개 메소드

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