C# 클래스 Affecto.AuditTrail.Commanding.Commands.CreateAuditTrailEntryCommand

상속: ICommand
파일 보기 프로젝트 열기: affecto/dotnet-AuditTrail 1 사용 예제들

공개 메소드들

메소드 설명
CreateAuditTrailEntryCommand ( System.Guid auditTrailEntryId, System.Guid subjectId, System.Guid userId, string summary, string subjectName, string userName ) : System
CreateAuditTrailEntryCommand ( System.Guid auditTrailEntryId, System.Guid subjectId, string summary, string subjectName, string userName ) : System

메소드 상세

CreateAuditTrailEntryCommand() 공개 메소드

public CreateAuditTrailEntryCommand ( System.Guid auditTrailEntryId, System.Guid subjectId, System.Guid userId, string summary, string subjectName, string userName ) : System
auditTrailEntryId System.Guid
subjectId System.Guid
userId System.Guid
summary string
subjectName string
userName string
리턴 System

CreateAuditTrailEntryCommand() 공개 메소드

public CreateAuditTrailEntryCommand ( System.Guid auditTrailEntryId, System.Guid subjectId, string summary, string subjectName, string userName ) : System
auditTrailEntryId System.Guid
subjectId System.Guid
summary string
subjectName string
userName string
리턴 System