C# Class Acropolis.Foundation.EventSourcing.Logging.EventHandlerRecordCollection

Mostrar archivo Open project: paralect/Paralect.Domain Class Usage Examples

Public Methods

Method Description
EventHandlerRecordCollection ( List records ) : System

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

FromBson ( BsonValue doc ) : EventHandlerRecordCollection

From Bson

Method Details

EventHandlerRecordCollection() public method

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

FromBson() public static method

From Bson
public static FromBson ( BsonValue doc ) : EventHandlerRecordCollection
doc BsonValue
return EventHandlerRecordCollection