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

Datei anzeigen Open project: paralect/Paralect.Domain Class Usage Examples

Public Methods

Method Description
CommandHandlerRecordCollection ( List records ) : System

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

FromBson ( BsonValue doc ) : CommandHandlerRecordCollection

From Bson

Method Details

CommandHandlerRecordCollection() public method

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

FromBson() public static method

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