C# 클래스 Acropolis.Foundation.EventSourcing.Logging.EventHandlerRecordCollection

파일 보기 프로젝트 열기: paralect/Paralect.Domain 1 사용 예제들

공개 메소드들

메소드 설명
EventHandlerRecordCollection ( List records ) : System

Initializes a new instance of the T:System.Object class.

FromBson ( BsonValue doc ) : EventHandlerRecordCollection

From Bson

메소드 상세

EventHandlerRecordCollection() 공개 메소드

Initializes a new instance of the T:System.Object class.
public EventHandlerRecordCollection ( List records ) : System
records List
리턴 System

FromBson() 공개 정적인 메소드

From Bson
public static FromBson ( BsonValue doc ) : EventHandlerRecordCollection
doc BsonValue
리턴 EventHandlerRecordCollection