C# Class Prototype.Platform.Logging.EventHandlerRecordCollection

Afficher le fichier Open project: paralect/prototype

Méthodes publiques

Méthode 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 méthode

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

FromBson() public static méthode

From Bson
public static FromBson ( BsonValue doc ) : EventHandlerRecordCollection
doc BsonValue
Résultat EventHandlerRecordCollection