C# Class Prototype.Platform.Logging.EventHandlerRecordCollection

Mostra file Open project: paralect/prototype

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