C# 클래스 EventStore.Core.Messages.StorageMessage.WriteDelete

상속: EventStore.Core.Messaging.Message, IPreconditionedWriteMessage, IFlushableMessage, IMasterWriteMessage
파일 보기 프로젝트 열기: EventStore/EventStore

공개 프로퍼티들

프로퍼티 타입 설명
HardDelete bool
LiveUntil System.DateTime

공개 메소드들

메소드 설명
WriteDelete ( System.Guid correlationId, IEnvelope envelope, string eventStreamId, int expectedVersion, bool hardDelete, System.DateTime liveUntil ) : System

메소드 상세

WriteDelete() 공개 메소드

public WriteDelete ( System.Guid correlationId, IEnvelope envelope, string eventStreamId, int expectedVersion, bool hardDelete, System.DateTime liveUntil ) : System
correlationId System.Guid
envelope IEnvelope
eventStreamId string
expectedVersion int
hardDelete bool
liveUntil System.DateTime
리턴 System

프로퍼티 상세

HardDelete 공개적으로 프로퍼티

public bool HardDelete
리턴 bool

LiveUntil 공개적으로 프로퍼티

public DateTime,System LiveUntil
리턴 System.DateTime